@class NSObject; @protocol OS_xpc_object, OS_dispatch_queue, WCMClientDelegate; @interface VCWCMClient : NSObject @property (readonly) NSObject *connection; @property (readonly) NSObject *connectionQueue; @property (retain, nonatomic) NSObject *wcmClientDelegate; - (id)init; - (void)dealloc; - (void)startWCMClient; - (void)stopWCMClient; @end