]> git.saurik.com Git - apple/security.git/blobdiff - keychain/SecureObjectSync/SOSTypes.h
Security-59754.80.3.tar.gz
[apple/security.git] / keychain / SecureObjectSync / SOSTypes.h
index a9e748aef107662c4eec7d15f373e589bd2d60d0..7c328783ecd09d5730a141be9bba695292cac800 100644 (file)
@@ -116,6 +116,8 @@ typedef NS_OPTIONS(uint32_t, SOSAccountGhostBustingOptions) {
 - (void)ghostBustPeriodic:(SOSAccountGhostBustingOptions)options complete: (void(^)(bool busted, NSError *error))complete;
 - (void)ghostBustTriggerTimed:(SOSAccountGhostBustingOptions)options complete: (void(^)(bool ghostBusted, NSError *error))complete;
 - (void)ghostBustInfo: (void(^)(NSData *json, NSError *error))complete;
+- (void)iCloudIdentityStatus_internal: (void(^)(NSDictionary *tableSpid, NSError *error))complete;
+- (void)iCloudIdentityStatus: (void (^)(NSData *json, NSError *error))complete;
 
 - (void)myPeerInfo:(void (^)(NSData *, NSError *))complete;
 - (void)circleHash:(void (^)(NSString *, NSError *))complete;