// // MMRichTitleCell.h // RichTextEditDemo // // Created by aron on 2017/7/21. // Copyright © 2017年 aron. All rights reserved. // #import #import "MMBaseRichContentCell.h" #import "RichTextEditViewController.h" @interface MMRichTitleCell : MMBaseRichContentCell @property (nonatomic, weak) id delegate; - (void)updateWithData:(id)data indexPath:(NSIndexPath*)indexPath; - (void)mm_beginEditing; - (void)mm_endEditing; @end