co-maps/iphone/Maps/UI/Editor/Cells/MWMEditorSegmentedTableViewCell.hpp
2025-11-22 13:58:55 +01:00

12 lines
363 B
C++

#import "MWMEditorCommon.h"
#import "MWMTableViewCell.h"
#include "indexer/yes_no_unknown.hpp"
@interface MWMEditorSegmentedTableViewCell : MWMTableViewCell
- (void)configWithDelegate:(id<MWMEditorCellProtocol>)delegate
icon:(UIImage *)icon
text:(NSString *)text
value:(YesNoUnknown)value;
@end