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

13 lines
307 B
Objective-C

#import "MWMTableViewCell.h"
@protocol MWMStreetEditorEditCellProtocol <NSObject>
- (void)editCellTextChanged:(NSString *)text;
@end
@interface MWMStreetEditorEditTableViewCell : MWMTableViewCell
- (void)configWithDelegate:(id<MWMStreetEditorEditCellProtocol>)delegate street:(NSString *)street;
@end