1234567891011121314151617181920212223242526272829303132333435363738 |
- #import <UIKit/UIKit.h>
- @interface GodotKeyboardInputView : UITextView
- - (BOOL)becomeFirstResponderWithString:(NSString *)existingString cursorStart:(NSInteger)start cursorEnd:(NSInteger)end;
- @end
|