mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
make ASEditableTextField properly subclass responder methods
This commit is contained in:
@@ -57,10 +57,10 @@
|
||||
- (BOOL)isFirstResponder;
|
||||
|
||||
//! @abstract Makes the receiver's text view the first responder.
|
||||
- (void)becomeFirstResponder;
|
||||
- (BOOL)becomeFirstResponder;
|
||||
|
||||
//! @abstract Resigns the receiver's text view from first-responder status, if it has it.
|
||||
- (void)resignFirstResponder;
|
||||
- (BOOL)resignFirstResponder;
|
||||
|
||||
#pragma mark - Geometry
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user