JDStatusBarNotificationExample-Prefix.pch 344 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_3_0
  8. #warning "This project uses features only available in iOS SDK 3.0 and later."
  9. #endif
  10. #ifdef __OBJC__
  11. #import <UIKit/UIKit.h>
  12. #import <Foundation/Foundation.h>
  13. #endif