diff options
author | Avery Pierce <apierce@partstown.com> | 2017-01-14 20:13:16 -0600 |
---|---|---|
committer | Avery Pierce <apierce@partstown.com> | 2017-01-14 20:13:35 -0600 |
commit | b2b93d7a1f03a620c5ee87491076bf18764adeb4 (patch) | |
tree | e48ab95addbc7d2451f41375bbb1170aa1220ec3 /xcode | |
parent | 30851905b595eb88c20c617e60100e307caa55c3 (diff) |
Strip down to Foundation (no need to include UIKit or Cocoa)
Diffstat (limited to 'xcode')
-rw-r--r-- | xcode/OLMKit/OLMKit.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/xcode/OLMKit/OLMKit.h b/xcode/OLMKit/OLMKit.h index 6fcaa56..e23a9f1 100644 --- a/xcode/OLMKit/OLMKit.h +++ b/xcode/OLMKit/OLMKit.h @@ -16,11 +16,7 @@ limitations under the License. */ -#if TARGET_OS_IPHONE -#import <UIKit/UIKit.h> -#elif TARGET_OS_MAC -#import <Cocoa/Cocoa.h> -#endif +#import <Foundation/Foundation.h> //! Project version string for OLMKit, the same as libolm. |