addShareModel.m 282 B

12345678910111213141516171819
  1. //
  2. // addShareModel.m
  3. //
  4. //
  5. // Created by David on 2024/5/17.
  6. //
  7. #import "addShareModel.h"
  8. @implementation addShareDataModel
  9. + (JSONKeyMapper *)keyMapper {
  10. return [[JSONKeyMapper alloc] initWithDictionary:@{@"id":@"addShareId"}];
  11. }
  12. @end
  13. @implementation addShareModel
  14. @end