diff options
Diffstat (limited to 'xcode/OLMKit/OLMKit.h')
-rw-r--r-- | xcode/OLMKit/OLMKit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xcode/OLMKit/OLMKit.h b/xcode/OLMKit/OLMKit.h index 34db111..e23a9f1 100644 --- a/xcode/OLMKit/OLMKit.h +++ b/xcode/OLMKit/OLMKit.h @@ -16,7 +16,8 @@ limitations under the License. */ -#import <UIKit/UIKit.h> +#import <Foundation/Foundation.h> + //! Project version string for OLMKit, the same as libolm. NSString *OLMKitVersionString(); |