RakNetTest-Prefix.pch 323 B

1234567891011121314
  1. //
  2. // Prefix header for all source files of the 'RakNetTest' target in the 'RakNetTest' project
  3. //
  4. #import <Availability.h>
  5. #ifndef __IPHONE_5_0
  6. #warning "This project uses features only available in iOS SDK 5.0 and later."
  7. #endif
  8. #ifdef __OBJC__
  9. #import <UIKit/UIKit.h>
  10. #import <Foundation/Foundation.h>
  11. #endif
粤ICP备19079148号