/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
iphone/Maps/Common/Keyboard/MWMKeyboard.h
18 строк
687 B
Aleksey Belouosv
[iOS] remove ugly animation on search UI appearance
27 авг 2019, 12:57
27 авг 2019, 12:57
42840b1
Код
Авторство
О чём код?
#import "MWMKeyboardObserver.h" @interface MWMKeyboard : NSObject + (void)applicationDidBecomeActive; + (void)addObserver:(id<MWMKeyboardObserver>)observer; + (void)removeObserver:(id<MWMKeyboardObserver>)observer; + (CGFloat)keyboardHeight; - (instancetype)init __attribute__((unavailable("call +manager instead"))); - (instancetype)copy __attribute__((unavailable("call +manager instead"))); - (instancetype)copyWithZone:(NSZone *)zone __attribute__((unavailable("call +manager instead"))); + (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable("call +manager instead"))); + (instancetype)new __attribute__((unavailable("call +manager instead"))); @end