Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Commit

Permalink
Changed header import to non-user header type and added @import to ac…
Browse files Browse the repository at this point in the history
…cess control header
  • Loading branch information
rhodgkins committed Feb 22, 2015
1 parent 3e7a31b commit 9d93c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions SSKeychain/SSKeychainAccessControl.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

@import Foundation;
@import Security;

/** kSecAttrAccessible */
typedef NS_ENUM(NSUInteger, SSKeychainAccessibility) {
Expand Down
2 changes: 1 addition & 1 deletion SSKeychain/SSKeychainQuery.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#endif

#ifdef SSKEYCHAIN_ACCESS_CONTROL_AVAILABLE
#import "SSKeychainAccessControl.h"
#import <SSKeychain/SSKeychainAccessControl.h>
#endif

#if __IPHONE_7_0 || __MAC_10_9
Expand Down

0 comments on commit 9d93c8b

Please sign in to comment.