PrefixHeader.pch 371 B

123456789101112131415161718
  1. //
  2. // PrefixHeader.pch
  3. // HMLG Mobile
  4. //
  5. // Created by Ray on 5/23/16.
  6. // Copyright © 2016 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <Availability.h>
  9. #ifndef __IPHONE_5_0
  10. #warning "This project uses features only available in iOS SDK 5.0 and later."
  11. #endif
  12. #ifdef __OBJC__
  13. #import <UIKit/UIKit.h>
  14. #import <Foundation/Foundation.h>
  15. #endif