@interface FCCommand : NSObject @property (class, readonly) BOOL supportsSecureCoding; - (void)encodeWithCoder:(id)a0; - (id)initWithCoder:(id)a0; - (void)executeWithContext:(id)a0 delegate:(id)a1 qualityOfService:(long long)a2; - (BOOL)canCoalesceWithCommand:(id)a0; - (void)coalesceWithCommand:(id)a0; - (unsigned long long)statusForCloudKitError:(id)a0; @end