co-maps/iphone/Maps/Common/Keyboard/MWMKeyboardObserver.h
2025-11-22 13:58:55 +01:00

8 lines
118 B
Objective-C

@protocol MWMKeyboardObserver<NSObject>
- (void)onKeyboardAnimation;
@optional
- (void)onKeyboardWillAnimate;
@end