CKDAccount.h   [plain text]


//
//  CKDAccount.h
//  Security
//
//

#import <Foundation/Foundation.h>

@protocol CKDAccount

- (NSSet*) keysChanged: (NSDictionary<NSString*, NSObject*>*) keyValues error: (NSError**) error;
- (bool) ensurePeerRegistration: (NSError**) error;
- (bool) syncWithAllPeers: (NSError**) error;

@end