// // 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