1 #ifndef KeychainStasherProtocol_h
2 #define KeychainStasherProtocol_h
4 #import <Foundation/Foundation.h>
6 @protocol KeychainStasherProtocol
8 - (void)stashKey
:(NSData
*)key withReply
:(void (^)(NSError
*))reply
;
9 - (void)loadKeyWithReply
:( void (^)(NSData
*, NSError
*))reply
;
13 #endif /* KeychainStasherProtocol_h */