1234567891011121314151617181920212223242526272829303132 |
- //
- // couldphoneSysInfoModel.m
- // 隐私保护
- //
- // Created by xd h on 2023/11/27.
- //
- #import "couldphoneSysInfoModel.h"
- @implementation privateTVModel
- @end
- @implementation AgentVersionModel
- @end
- @implementation couldphoneSysInfoDataDataModel
- + (JSONKeyMapper *)keyMapper {
- return [[JSONKeyMapper alloc] initWithDictionary:@{@"newVersion":@"MyNewVersion"}];
- }
- @end
- @implementation couldphoneSysInfoDataModel
- @end
- @implementation couldphoneSysInfoModel
- @end
|