TestCellLayoutConfig.h 236 B

12345678910111213
  1. //
  2. // TestCellLayoutConfig.h
  3. // 千模
  4. //
  5. // Created by MUMEI on 2018/7/3.
  6. // Copyright © 2018年 MUMEI. All rights reserved.
  7. //
  8. #import "NIMKit.h"
  9. @interface TestCellLayoutConfig : NIMCellLayoutConfig<NIMCellLayoutConfig>
  10. @end