/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
iphone/Maps/UI/Editor/MWMEditorCommon.h
17 строк
502 B
Alexander Boriskov
[iOS] Fixed crash in editor
31 июл 2020, 14:24
31 июл 2020, 14:24
e7f7232
Код
Авторство
О чём код?
@class MWMEditorTextTableViewCell; @class MWMTableViewCell; @protocol MWMEditorCellProtocol <NSObject> - (void)cell:(MWMTableViewCell *)cell changedText:(NSString *)changeText; - (void)cell:(UITableViewCell *)cell changeSwitch:(BOOL)changeSwitch; - (void)cellDidPressButton:(UITableViewCell *)cell; - (void)tryToChangeInvalidStateForCell:(MWMTableViewCell *)cell; @end @protocol MWMEditorAdditionalName <MWMEditorCellProtocol> - (void)editAdditionalNameLanguage:(NSInteger)selectedLangCode; @end