| 12345678910111213141516171819 |
- //
- // VALSecureEnclaveValet_Protected.h
- // Valet
- //
- // Created by Dan Federman on 1/23/17.
- // Copyright © 2017 Square, Inc. All rights reserved.
- //
- #import <Valet/VALValet.h>
- @interface VALSecureEnclaveValet ()
- - (nullable NSData *)objectForKey:(nonnull NSString *)key userPrompt:(nullable NSString *)userPrompt userCancelled:(nullable inout BOOL *)userCancelled options:(nullable NSDictionary *)options;
- - (nullable NSString *)stringForKey:(nonnull NSString *)key userPrompt:(nullable NSString *)userPrompt userCancelled:(nullable inout BOOL *)userCancelled options:(nullable NSDictionary *)options;
- @end
|