aboutsummaryrefslogtreecommitdiff
path: root/xcode/OLMKit/OLMKit.h
diff options
context:
space:
mode:
authormanuroe <manu@matrix.org>2016-09-27 11:57:29 +0200
committermanuroe <manu@matrix.org>2016-09-27 14:07:30 +0200
commit6f113dd7b3b4de918c4efb81d38a1ffe1d391b5b (patch)
tree19311a94dc999d776b36535d28f2c751cb7d629f /xcode/OLMKit/OLMKit.h
parent1d06f2a4d9565c332081bc685edd8fd61d6507ef (diff)
OLMKit: Make the project build
Make OLMKit CocoaPods expose the obj-c wrapper of libolm
Diffstat (limited to 'xcode/OLMKit/OLMKit.h')
-rw-r--r--xcode/OLMKit/OLMKit.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/xcode/OLMKit/OLMKit.h b/xcode/OLMKit/OLMKit.h
index 745af43..954d6db 100644
--- a/xcode/OLMKit/OLMKit.h
+++ b/xcode/OLMKit/OLMKit.h
@@ -17,7 +17,7 @@ FOUNDATION_EXPORT const unsigned char OLMKitVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <OLMKit/PublicHeader.h>
-#import "OLMAccount.h"
-#import "OLMSession.h"
-#import "OLMMessage.h"
-#import "OLMUtility.h" \ No newline at end of file
+#import <OLMKit/OLMAccount.h>
+#import <OLMKit/OLMSession.h>
+#import <OLMKit/OLMMessage.h>
+#import <OLMKit/OLMUtility.h>