BenchmarkIPhone_Prefix.pch 285 B

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