@class MSTimerGate, NSXPCConnection, NSString, NSObject; @protocol OS_dispatch_queue; @interface MSClientSidePauseContext : NSObject { NSString *_UUID; } @property (retain, nonatomic) NSObject *timerQueue; @property (retain, nonatomic) NSXPCConnection *server; @property (retain, nonatomic) MSTimerGate *gate; - (id)initWithServer:(id)a0; - (void)resume; - (void).cxx_destruct; - (void)timerQueuePing; - (void)timerQueueTimerFired; @end