luxlabs header browser preview


@class NSString, CKServerChangeToken;

@interface BRCSideCarSyncDownOperation : _BRCOperation <BRCOperationSubclass> {
    CKServerChangeToken *_serverChangeToken;
}

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (BOOL)shouldRetryForError:(id)a0;
- (void)main;
- (void).cxx_destruct;
- (id)createActivity;
- (void)_createSyncDownOperation;
- (void)_createZone;
- (void)_saveChangedRecords:(id)a0 deletedRecords:(id)a1 serverChangeToken:(id)a2 clientChangeToken:(id)a3;
- (id)initWithSession:(id)a0 changeToken:(id)a1;

@end