diff options
Diffstat (limited to 'xcode')
-rw-r--r-- | xcode/OLMKit/OLMKit.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xcode/OLMKit/OLMKit.h b/xcode/OLMKit/OLMKit.h index 34db111..6fcaa56 100644 --- a/xcode/OLMKit/OLMKit.h +++ b/xcode/OLMKit/OLMKit.h @@ -16,7 +16,12 @@ limitations under the License. */ +#if TARGET_OS_IPHONE #import <UIKit/UIKit.h> +#elif TARGET_OS_MAC +#import <Cocoa/Cocoa.h> +#endif + //! Project version string for OLMKit, the same as libolm. NSString *OLMKitVersionString(); |