addShareModel.m 301 B

12345678910111213141516171819
  1. //
  2. // addShareModel.m
  3. // 双子星云手机
  4. //
  5. // Created by xd h 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