#import "MWMTableViewCell.h" @protocol MWMBookmarkTitleDelegate - (void)didFinishEditingBookmarkTitle:(NSString *)title; @end @interface MWMBookmarkTitleCell : MWMTableViewCell - (void)configureWithName:(NSString *)name delegate:(id)delegate; @end