@class TVRXDevice, NSString, TVRCHMServiceWrapper; @interface TVRCMatchPointDeviceImpl : NSObject @property (retain, nonatomic) TVRCHMServiceWrapper *service; @property (weak, nonatomic) TVRXDevice *device; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)implWithService:(id)a0; - (void)disconnect; - (id)model; - (long long)connectionType; - (void)connect; - (id)identifier; - (id)keyboardController; - (id)initWithService:(id)a0; - (void).cxx_destruct; - (id)name; - (void)sendButtonEvent:(id)a0; - (void)sendGameControllerEvent:(id)a0; - (id)supportedButtons; - (void)sendTouchEvent:(id)a0; - (id)alternateIdentifiers; - (void)connectedToService:(id)a0; - (void)disconnectedFromService:(id)a0 error:(id)a1; - (unsigned long long)pairingCapability; - (void)service:(id)a0 updatedName:(id)a1; - (void)setAuthenticationSupported:(BOOL)a0; - (BOOL)supportsFindMyRemote; - (BOOL)supportsTouchEvents; @end