#import "MWMTableViewCell.h" @interface MWMBookmarkNameCell : MWMTableViewCell - (void)configWithName:(NSString *)name delegate:(id)delegate; - (NSString *)currentName; @end