luxlabs header browser preview


@class HDSyncIdentity;

@interface HDRollSyncIdentityDeviceKeyValueEntriesOperation : HDJournalableOperation {
    HDSyncIdentity *_oldSyncIdentity;
    HDSyncIdentity *_newSyncIdentity;
}

+ (BOOL)supportsSecureCoding;

- (void)encodeWithCoder:(id)a0;
- (void).cxx_destruct;
- (BOOL)performWithProfile:(id)a0 transaction:(id)a1 error:(id *)a2;
- (id)initWithCoder:(id)a0;
- (id)initWithOldSyncIdentity:(id)a0 newSyncIdentity:(id)a1;

@end