25 lines
542 B
Objective-C
25 lines
542 B
Objective-C
#ifdef __OBJC__
|
|
#import <UIKit/UIKit.h>
|
|
#else
|
|
#ifndef FOUNDATION_EXPORT
|
|
#if defined(__cplusplus)
|
|
#define FOUNDATION_EXPORT extern "C"
|
|
#else
|
|
#define FOUNDATION_EXPORT extern
|
|
#endif
|
|
#endif
|
|
#endif
|
|
|
|
#import "LBXScanNative.h"
|
|
#import "LBXScanTypes.h"
|
|
#import "LBXScanLineAnimation.h"
|
|
#import "LBXScanNetAnimation.h"
|
|
#import "LBXScanVideoZoomView.h"
|
|
#import "LBXScanView.h"
|
|
#import "LBXScanViewController.h"
|
|
#import "LBXScanViewStyle.h"
|
|
|
|
FOUNDATION_EXPORT double LBXScanVersionNumber;
|
|
FOUNDATION_EXPORT const unsigned char LBXScanVersionString[];
|
|
|