@class NSString, GCController; @protocol NSSecureCoding, GCMotionXPCProxyRemoteServerEndpointInterface, NSCopying, NSObject; @interface GCMotionXPCProxyClientEndpoint : NSObject <_GCIPCEndpointClient, GCControllerMotionConfigurableSensors, GCMotionXPCProxyRemoteClientEndpointInterface> { GCController *_controller; id _serverEndpoint; id _connectionInterruptionRegistration; id _connectionInvalidationRegistration; } @property (readonly) id identifier; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (nonatomic) BOOL sensorsActive; - (void)setController:(id)a0; - (id)init; - (void).cxx_destruct; - (void)invalidateConnection; - (void)fetchObjectIdentifierWithReply:(id /* block */)a0; - (void)_remoteEndpointSetSensorsActive:(BOOL)a0; - (id)initWithIdentifier:(id)a0 initialSensorsActive:(BOOL)a1; - (void)newSensorsActive:(BOOL)a0; - (void)refreshSensorsActive; - (void)setRemoteEndpoint:(id)a0 connection:(id)a1; @end