filesbox/app/filesbox_ios/FilesBox/Pods/Target Support Files/LBXScan/LBXScan-umbrella.h
2023-09-21 10:53:23 +08:00

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[];