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