GHManageModel.m 302 B

123456789101112131415161718
  1. //
  2. // GHManageModel.m
  3. // MSYOUPAI
  4. //
  5. // Created by You on 2024/5/22.
  6. // Copyright © 2024 MS. All rights reserved.
  7. //
  8. #import "GHManageModel.h"
  9. @implementation GHManageModel
  10. + (NSDictionary *)modelContainerPropertyGenericClass {
  11. return @{
  12. @"list": [GHListModel class],
  13. };
  14. }
  15. @end