diff options
author | manuroe <manu@matrix.org> | 2018-10-16 15:51:31 +0200 |
---|---|---|
committer | manuroe <manu@matrix.org> | 2018-10-16 15:51:31 +0200 |
commit | 9fd50c8eb50b788009be4f23729f2924e64349f5 (patch) | |
tree | 52962b005d02b86fee5ec8b2f0c3a3c394683ee4 /xcode/OLMKit/OLMKit.h | |
parent | 1eac1daa4787c8744ff7eb1a21fa56c737c4569b (diff) |
OLMKit: Add objc wrappers for pk encryption/decryption
Diffstat (limited to 'xcode/OLMKit/OLMKit.h')
-rw-r--r-- | xcode/OLMKit/OLMKit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xcode/OLMKit/OLMKit.h b/xcode/OLMKit/OLMKit.h index 455d11b..6f79399 100644 --- a/xcode/OLMKit/OLMKit.h +++ b/xcode/OLMKit/OLMKit.h @@ -26,6 +26,8 @@ #import <OLMKit/OLMUtility.h> #import <OLMKit/OLMInboundGroupSession.h> #import <OLMKit/OLMOutboundGroupSession.h> +#import <OLMKit/OLMPkEncryption.h> +#import <OLMKit/OLMPkDecryption.h> @interface OLMKit : NSObject |