UniversalApp_Prefix.pch 273 B

1234567891011121314
  1. //
  2. // UniversalApp_Prefix.pch
  3. // UniversalApp
  4. //
  5. // CocoaLumberjack Demos
  6. //
  7. //
  8. // Prefix header for all source files of the 'UniversalApp' target in the 'UniversalApp' project
  9. //
  10. #ifdef __OBJC__
  11. #import <Foundation/Foundation.h>
  12. #import <UIKit/UIKit.h>
  13. #endif