YMDynamicCommentModel.m 295 B

123456789101112131415
  1. //
  2. // YMDynamicCommentModel.m
  3. // MSYOUPAI
  4. //
  5. // Created by YoMi on 2024/3/22.
  6. // Copyright © 2024 MS. All rights reserved.
  7. //
  8. #import "YMDynamicCommentModel.h"
  9. @implementation YMDynamicCommentModel
  10. + (NSDictionary *)modelCustomPropertyMapper {
  11. return @{@"comment_id":@"id",};
  12. }
  13. @end