LenzCameraNativeModuleForRN-Prefix.pch 321 B

12345678910111213141516
  1. //
  2. // Prefix header
  3. //
  4. // The contents of this file are implicitly included at the beginning of every source file.
  5. //
  6. #import <Availability.h>
  7. #ifndef __IPHONE_5_0
  8. #warning "This project uses features only available in iOS SDK 5.0 and later."
  9. #endif
  10. #ifdef __OBJC__
  11. @import UIKit;
  12. @import Foundation;
  13. #endif