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

11 lines
326 B
Objective-C

#import "MWMEditorCommon.h"
#import "MWMTableViewCell.h"
@interface MWMEditorSelectTableViewCell : MWMTableViewCell
- (void)configWithDelegate:(id<MWMEditorCellProtocol>)delegate
icon:(UIImage *)icon
text:(NSString *)text
placeholder:(NSString *)placeholder;
@end