X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/8a50f688fe9358387648fb83fbfecbefe8d32669..07691282a056c4efea71e1e505527601e8cc166b:/keychain/ckks/CKKSCurrentKeyPointer.h diff --git a/keychain/ckks/CKKSCurrentKeyPointer.h b/keychain/ckks/CKKSCurrentKeyPointer.h index b55efcfb..99bfb5e8 100644 --- a/keychain/ckks/CKKSCurrentKeyPointer.h +++ b/keychain/ckks/CKKSCurrentKeyPointer.h @@ -39,15 +39,18 @@ - (instancetype)initForClass:(CKKSKeyClass*)keyclass currentKeyUUID:(NSString*)currentKeyUUID zoneID:(CKRecordZoneID*)zoneID - encodedCKRecord: (NSData*) encodedrecord; + encodedCKRecord:(NSData*)encodedrecord; -+ (instancetype) fromDatabase: (CKKSKeyClass*) keyclass zoneID:(CKRecordZoneID*)zoneID error: (NSError * __autoreleasing *) error; -+ (instancetype) tryFromDatabase: (CKKSKeyClass*) keyclass zoneID:(CKRecordZoneID*)zoneID error: (NSError * __autoreleasing *) error; ++ (instancetype)fromDatabase:(CKKSKeyClass*)keyclass zoneID:(CKRecordZoneID*)zoneID error:(NSError* __autoreleasing*)error; ++ (instancetype)tryFromDatabase:(CKKSKeyClass*)keyclass zoneID:(CKRecordZoneID*)zoneID error:(NSError* __autoreleasing*)error; -+ (instancetype) forKeyClass: (CKKSKeyClass*) keyclass withKeyUUID: (NSString*) keyUUID zoneID:(CKRecordZoneID*)zoneID error: (NSError * __autoreleasing *) error; ++ (instancetype)forKeyClass:(CKKSKeyClass*)keyclass + withKeyUUID:(NSString*)keyUUID + zoneID:(CKRecordZoneID*)zoneID + error:(NSError* __autoreleasing*)error; -+ (NSArray*)all:(CKRecordZoneID*)zoneID error: (NSError * __autoreleasing *) error; -+ (bool) deleteAll:(CKRecordZoneID*) zoneID error: (NSError * __autoreleasing *) error; ++ (NSArray*)all:(CKRecordZoneID*)zoneID error:(NSError* __autoreleasing*)error; ++ (bool)deleteAll:(CKRecordZoneID*)zoneID error:(NSError* __autoreleasing*)error; @end @@ -62,8 +65,8 @@ @property NSArray* tlkShares; --(instancetype)init; --(instancetype)initForZone:(CKRecordZoneID*)zoneID; +- (instancetype)init; +- (instancetype)initForZone:(CKRecordZoneID*)zoneID; @end #endif