From 3f0e00ebb7eab069bddfa31b8fd23f15c929bc63 Mon Sep 17 00:00:00 2001 From: Ivan Vasic Date: Thu, 20 Apr 2017 13:53:07 +0200 Subject: [PATCH] Use local import path --- Sources/SAMKeychain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SAMKeychain.h b/Sources/SAMKeychain.h index 2af305d..c6a2822 100644 --- a/Sources/SAMKeychain.h +++ b/Sources/SAMKeychain.h @@ -200,4 +200,4 @@ extern NSString *const kSAMKeychainWhereKey; NS_ASSUME_NONNULL_END -#import +#import "SAMKeychainQuery.h"