8 lines
201 B
Objective-C
8 lines
201 B
Objective-C
#import "MWMEditorCommon.h"
|
|
#import "MWMTableViewCell.h"
|
|
|
|
@interface MWMEditorAddAdditionalNameTableViewCell : MWMTableViewCell
|
|
|
|
- (void)configWithDelegate:(id<MWMEditorAdditionalName>)delegate;
|
|
|
|
@end
|