12345678910111213141516171819 |
- //
- // addShareModel.m
- // 双子星云手机
- //
- // Created by xd h on 2024/5/17.
- //
- #import "addShareModel.h"
- @implementation addShareDataModel
- + (JSONKeyMapper *)keyMapper {
- return [[JSONKeyMapper alloc] initWithDictionary:@{@"id":@"addShareId"}];
- }
- @end
- @implementation addShareModel
- @end
|