@protocol CalDAVAccountDelegatesRefreshDelegate; @interface CalDAVAccountDelegatesRefreshOperation : CalDAVOperation @property (nonatomic) id mdelegate; - (void)taskGroup:(id)a0 didFinishWithError:(id)a1; - (void)refreshDelegates; @end