From 5de295da3e5f9ae7e4de6cfe009e2d0ad4e6a08b Mon Sep 17 00:00:00 2001 From: manuroe Date: Wed, 13 Mar 2019 14:54:04 +0100 Subject: OLMKit: add Short Authentication String verification (cherry picked from commit 3e954ca2729d3333ea853c878602d1696f616573) --- xcode/OLMKit/OLMKit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xcode/OLMKit/OLMKit.h') 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 #import #import +#import @interface OLMKit : NSObject -- cgit v1.2.3 From 809793c9bad785653657e21d4a7eb6282e3c17ee Mon Sep 17 00:00:00 2001 From: manuroe Date: Wed, 10 Apr 2019 23:15:27 +0200 Subject: OLMKit: SAS: Add PK signing (cherry picked from commit ff31d489c68d5d9e597bd55a6f6a64f3fe4c7ecc) --- xcode/OLMKit/OLMKit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xcode/OLMKit/OLMKit.h') diff --git a/xcode/OLMKit/OLMKit.h b/xcode/OLMKit/OLMKit.h index 2ed6ebd..54496a0 100644 --- a/xcode/OLMKit/OLMKit.h +++ b/xcode/OLMKit/OLMKit.h @@ -28,6 +28,7 @@ #import #import #import +#import #import @interface OLMKit : NSObject -- cgit v1.2.3