@interface HKChangesSyncRequest : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (readonly) BOOL push; @property (readonly) BOOL pull; @property (readonly) BOOL fast; - (void)encodeWithCoder:(id)a0; - (id)description; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)initWithPush:(BOOL)a0 pull:(BOOL)a1 fast:(BOOL)a2; - (id)mergeWithRequest:(id)a0; @end