@class CKModifyBadgeOperationInfo; @interface CKModifyBadgeOperation : CKOperation @property (readonly, nonatomic) CKModifyBadgeOperationInfo *operationInfo; @property (nonatomic) unsigned long long badgeValue; @property (copy, nonatomic) id /* block */ modifyBadgeCompletionBlock; + (SEL)daemonInvocationSelector; - (void)ckSignpostEndWithError:(id)a0; - (BOOL)hasCKOperationCallbacksSet; - (void)_finishOnCallbackQueueWithError:(id)a0; - (void)fillOutOperationInfo:(id)a0; - (void)ckSignpostBegin; - (id)init; - (id)activityCreate; - (void)fillFromOperationInfo:(id)a0; - (void).cxx_destruct; - (id)initWithBadgeValue:(unsigned long long)a0; @end