We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ac2f5 commit fc8346bCopy full SHA for fc8346b
src/ios/SSKeychain/SSKeychain.h
@@ -6,7 +6,7 @@
6
// Copyright (c) 2010-2014 Sam Soffes. All rights reserved.
7
//
8
9
-#import <SSKeychain/SSKeychainQuery.h>
+#import "SSKeychainQuery.h"
10
11
/**
12
Error code specific to SSKeychain that can be returned in NSError objects.
src/ios/SSKeychain/SSKeychainQuery.h
@@ -6,8 +6,8 @@
// Copyright (c) 2013-2014 Sam Soffes. All rights reserved.
-@import Foundation;
-@import Security;
+#import <Foundation/Foundation.h>
+#import <Security/Security.h>
#if __IPHONE_7_0 || __MAC_10_9
13
// Keychain synchronization available at compile time
0 commit comments