遍历数据ios

[result.content.ios enumerateObjectsUsingBlock:^(LYAppVersionModel * _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) { if ([obj.versionname versionCompare:[LYClassUtils getVersionString]] == BiggerResultType && obj.isforcedupdate == 1) { model.isforcedupdate = 1; } }];
本文标题:遍历数据ios
本文链接:https://www.haomeiwen.com/subject/sgijnltx.html
网友评论