/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert_Protected.h
14 строк
628 B
VladiMihaylenko
[ios] Bookmark convertation.
09 апр 2018, 18:17
09 апр 2018, 18:17
5ebc0be
Код
Авторство
О чём код?
#import "MWMDefaultAlert.h" @interface MWMDefaultAlert (Protected) + (nonnull instancetype)defaultAlertWithTitle:(nonnull NSString *)title message:(nullable NSString *)message rightButtonTitle:(nonnull NSString *)rightButtonTitle leftButtonTitle:(nullable NSString *)leftButtonTitle rightButtonAction:(nullable MWMVoidBlock)action statisticsEvent:(nullable NSString *)statisticsEvent; @property(copy, nonatomic, readonly, nullable) MWMVoidBlock rightButtonAction; @end