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