ZBarSDK-prefix.pch 500 B

12345678910111213141516171819202122
  1. #ifdef __OBJC__
  2. #import <UIKit/UIKit.h>
  3. #else
  4. #ifndef FOUNDATION_EXPORT
  5. #if defined(__cplusplus)
  6. #define FOUNDATION_EXPORT extern "C"
  7. #else
  8. #define FOUNDATION_EXPORT extern
  9. #endif
  10. #endif
  11. #endif
  12. #ifdef __OBJC__
  13. # import <Foundation/Foundation.h>
  14. # import <CoreFoundation/CoreFoundation.h>
  15. # import <CoreGraphics/CoreGraphics.h>
  16. # import <UIKit/UIKit.h>
  17. # import <QuartzCore/QuartzCore.h>
  18. # import <AVFoundation/AVFoundation.h>
  19. # import <CoreMedia/CoreMedia.h>
  20. # import <CoreVideo/CoreVideo.h>
  21. #endif