@class CKServerChangeToken; @interface CKFetchNotificationChangesOperationInfo : CKOperationInfo <NSSecureCoding> @property (class, readonly) BOOL supportsSecureCoding; @property (retain, nonatomic) CKServerChangeToken *previousServerChangeToken; @property (nonatomic) unsigned long long resultsLimit; @property (nonatomic) BOOL wantsChanges; - (void)encodeWithCoder:(id)a0; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; @end