MMBaseRichContentCell.h 294 B

1234567891011121314151617
  1. //
  2. // MMBaseRichContentCell.h
  3. // RichTextEditDemo
  4. //
  5. // Created by aron on 2017/7/21.
  6. // Copyright © 2017年 aron. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface MMBaseRichContentCell : UITableViewCell
  10. - (UITableView*)containerTableView;
  11. - (NSIndexPath*)curIndexPath;
  12. @end