luxlabs header browser preview


@class NSString, CKSyncEngineFetchChangesOptions;

@interface CKSyncEngineFetchChangesContext : NSObject <CKPropertiesDescription>

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

- (void)CKDescribePropertiesUsing:(id)a0;
- (id)init;
- (id)redactedDescription;
- (void).cxx_destruct;
- (BOOL)CKDescriptionShouldPrintPointer;
- (id)CKDescriptionClassName;
- (id)initWithReason:(long long)a0 options:(id)a1;

@end