demo09-Prefix.pch 278 B

12345678910111213
  1. //
  2. // Prefix header for all source files of the 'demo09' target in the 'demo09' project
  3. //
  4. #import <Availability.h>
  5. #ifndef __IPHONE_3_0
  6. #warning "This project uses features only available in iPhone SDK 3.0 and later."
  7. #endif
  8. #ifdef __OBJC__
  9. #import <UIKit/UIKit.h>
  10. #endif