UICatalog-Prefix.pch 248 B

123456789101112
  1. #import <Availability.h>
  2. #ifndef __IPHONE_7_0
  3. #warning "This project uses features only available in iOS SDK 7.0 and later."
  4. #endif
  5. #ifdef __OBJC__
  6. @import UIKit;
  7. @import Foundation;
  8. #import "UIColor+AAPLApplicationSpecific.h"
  9. #endif