WFCUArticlesCell.h 235 B

12345678910111213
  1. //
  2. // WFCUArticlesCell.h
  3. // WFChat UIKit
  4. //
  5. // Created by WF Chat on 2017/9/1.
  6. // Copyright © 2017年 WildFireChat. All rights reserved.
  7. //
  8. #import "WFCUMessageCellBase.h"
  9. @interface WFCUArticlesCell : WFCUMessageCellBase
  10. @end