diff options
Diffstat (limited to 'xcode/OLMKitTests/OLMKitTests.m')
-rw-r--r-- | xcode/OLMKitTests/OLMKitTests.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xcode/OLMKitTests/OLMKitTests.m b/xcode/OLMKitTests/OLMKitTests.m index c76d636..a7280f8 100644 --- a/xcode/OLMKitTests/OLMKitTests.m +++ b/xcode/OLMKitTests/OLMKitTests.m @@ -7,7 +7,7 @@ // #import <XCTest/XCTest.h> -@import OLMKit; +#import <OLMKit/OLMKit.h> @interface OLMKitTests : XCTestCase |