aboutsummaryrefslogtreecommitdiff
path: root/xcode/OLMKit/OLMKit.h
diff options
context:
space:
mode:
authormanuroe <manu@matrix.org>2016-10-10 17:10:51 +0200
committermanuroe <manu@matrix.org>2016-10-10 17:58:22 +0200
commit2bd912990fb82bf3cdd54a9268143d8b3a2889ef (patch)
tree07d9f1a5cf8971bebefd643a21c86a3cac2c1697 /xcode/OLMKit/OLMKit.h
parent2ca67ace604962cb0d658d40515113ef99a51214 (diff)
OLMKit: Add megolm api: OLMInboundGroupSession and OLMOutboundGroupSession
Diffstat (limited to 'xcode/OLMKit/OLMKit.h')
-rw-r--r--xcode/OLMKit/OLMKit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xcode/OLMKit/OLMKit.h b/xcode/OLMKit/OLMKit.h
index 65fedc8..3865e74 100644
--- a/xcode/OLMKit/OLMKit.h
+++ b/xcode/OLMKit/OLMKit.h
@@ -17,3 +17,5 @@ NSString *OLMKitVersionString();
#import <OLMKit/OLMSession.h>
#import <OLMKit/OLMMessage.h>
#import <OLMKit/OLMUtility.h>
+#import <OLMKit/OLMInboundGroupSession.h>
+#import <OLMKit/OLMOutboundGroupSession.h>