HistoryListModel.m 286 B

12345678910111213141516
  1. //
  2. // HistoryListModel.m
  3. // yunbaolive
  4. //
  5. // Created by ybRRR on 2020/4/10.
  6. // Copyright © 2020 cat. All rights reserved.
  7. //
  8. #import "HistoryListModel.h"
  9. @implementation HistoryListModel
  10. +(NSDictionary *)mj_objectClassInArray {
  11. return @{@"list":@"LookHistoryModel"};
  12. }
  13. @end