File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Environment/SecureStorage
Example/Tests/Environment Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- #import " GULKeychainStorage.h"
17
+ #import < GoogleUtilities/ GULKeychainStorage.h>
18
18
#import < Security/Security.h>
19
19
20
20
#if __has_include(<FBLPromises/FBLPromises.h>)
23
23
#import " FBLPromises.h"
24
24
#endif
25
25
26
+ #import < GoogleUtilities/GULKeychainUtils.h>
26
27
#import < GoogleUtilities/GULSecureCoding.h>
27
28
28
- #import " GULKeychainUtils.h"
29
-
30
29
@interface GULKeychainStorage ()
31
30
@property (nonatomic , readonly ) dispatch_queue_t keychainQueue;
32
31
@property (nonatomic , readonly ) dispatch_queue_t inMemoryCacheQueue;
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- #import " GULKeychainUtils.h"
17
+ #import < GoogleUtilities/ GULKeychainUtils.h>
18
18
19
19
NSString *const kGULKeychainUtilsErrorDomain = @" com.gul.keychain.ErrorDomain" ;
20
20
Original file line number Diff line number Diff line change 20
20
#import " FBLPromise+Testing.h"
21
21
#import " GULTestKeychain.h"
22
22
23
- #import " GULKeychainStorage.h"
23
+ #import < GoogleUtilities/ GULKeychainStorage.h>
24
24
25
25
@interface GULKeychainStorage (Tests)
26
26
- (instancetype )initWithService : (NSString *)service cache : (NSCache *)cache ;
You can’t perform that action at this time.
0 commit comments