BogoPayKit-Prefix.pch 355 B

1234567891011121314151617
  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. #import <BogoPayKit/BogoPayKit.h>
  14. #endif