/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
iphone/Maps/Classes/CustomAlert/AlertController/MWMAlertViewController+CPP.h
18 строк
716 B
VladiMihaylenko
[routing] Fixed duplicate names in absent list.
17 май 2019, 16:45
17 май 2019, 16:45
9171567
Код
Авторство
О чём код?
#import "MWMAlert+CPP.h" #import "MWMAlertViewController.h" #include "routing/router.hpp" #include "routing/routing_callbacks.hpp" #include "storage/storage.hpp" #include "storage/storage_defines.hpp" @interface MWMAlertViewController (CPP) - (void)presentAlert:(routing::RouterResultCode)type; - (void)presentDownloaderAlertWithCountries:(storage::CountriesSet const &)countries code:(routing::RouterResultCode)code cancelBlock:(nonnull MWMVoidBlock)cancelBlock downloadBlock:(nonnull MWMDownloadBlock)downloadBlock downloadCompleteBlock:(nonnull MWMVoidBlock)downloadCompleteBlock; @end