Prefix.pch 572 B

1234567891011121314151617181920212223
  1. //
  2. // kneet-Prefix.pch
  3. // kneet
  4. //
  5. // Created by Jason Lee on 1/21/15.
  6. // Copyright (c) 2015 Jason Lee. All rights reserved.
  7. //
  8. #ifndef kneet_kneet_Prefix_pch
  9. #define kneet_kneet_Prefix_pch
  10. // Include any system framework and library headers here that should be included in all compilation units.
  11. // You will also need to set the Prefix Header build setting of one or more of your targets to reference this file.
  12. #ifdef __OBJC__
  13. #import <UIKit/UIKit.h>
  14. #import <Foundation/Foundation.h>
  15. #import "CocoaLumberjack.h"
  16. #import "Common.h"
  17. #endif
  18. #endif