@class TVRXKeyboardController, NSString, TVRMSKeyboardInfo; @protocol _TVRCRMSDeviceKeyboardImplDelegate; @interface _TVRCRMSDeviceKeyboardImpl : NSObject @property (nonatomic) BOOL editing; @property (retain, nonatomic) TVRMSKeyboardInfo *keyboardInfo; @property (weak, nonatomic) TVRXKeyboardController *keyboardController; @property (weak, nonatomic) id<_TVRCRMSDeviceKeyboardImplDelegate> delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)attributes; - (void)setText:(id)a0; - (void).cxx_destruct; - (id)text; - (BOOL)isEditing; - (id)_attributesForKeyboardInfo:(id)a0; - (long long)_keyboardTypeForInfo:(id)a0; - (void)keyboardSessionBegan:(id)a0; - (void)keyboardSessionEnded:(id)a0; - (void)keyboardSessionUpdatedEditingInfo:(id)a0; - (void)sendReturnKey; @end