/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogHeader.h
14 строк
397 B
Ilya Grechuhin
[ios] Fixed transit alert storage observing.
11 ноя 2016, 11:06
11 ноя 2016, 11:06
8410c56
Код
Авторство
О чём код?
#import <UIKit/UIKit.h> @class MWMDownloadTransitMapAlert; @interface MWMDownloaderDialogHeader : UIView @property (weak, nonatomic) IBOutlet UIButton * headerButton; @property (weak, nonatomic) IBOutlet UIImageView * expandImage; + (instancetype)headerForOwnerAlert:(MWMDownloadTransitMapAlert *)alert; - (void)layoutSizeLabel; - (void)setTitle:(NSString *)title size:(NSString *)size; @end