diff options
author | manuroe <manu@matrix.org> | 2019-03-13 14:54:04 +0100 |
---|---|---|
committer | manuroe <manu@matrix.org> | 2019-04-10 23:26:02 +0200 |
commit | 5de295da3e5f9ae7e4de6cfe009e2d0ad4e6a08b (patch) | |
tree | 4fd40a644de10e680f1ac914f5db0f8ad8c99c84 /xcode/OLMKit/OLMKit.h | |
parent | 3609227c6ee4214d561ac7affff9a7e99bc658de (diff) |
OLMKit: add Short Authentication String verification
(cherry picked from commit 3e954ca2729d3333ea853c878602d1696f616573)
Diffstat (limited to 'xcode/OLMKit/OLMKit.h')
-rw-r--r-- | xcode/OLMKit/OLMKit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xcode/OLMKit/OLMKit.h b/xcode/OLMKit/OLMKit.h index 6f79399..2ed6ebd 100644 --- a/xcode/OLMKit/OLMKit.h +++ b/xcode/OLMKit/OLMKit.h @@ -28,6 +28,7 @@ #import <OLMKit/OLMOutboundGroupSession.h> #import <OLMKit/OLMPkEncryption.h> #import <OLMKit/OLMPkDecryption.h> +#import <OLMKit/OLMSAS.h> @interface OLMKit : NSObject |