更换方法名:safeObjectAtIndex1 -> xpSafeObjectAtIndex

This commit is contained in:
eggmanQQQ
2024-06-16 16:18:06 +08:00
parent 384bc3e95c
commit 49d17e1c6f
210 changed files with 529 additions and 527 deletions

View File

@@ -642,7 +642,7 @@ UIKIT_EXTERN NSString *kRequestRicket;
NobleCenterModel *model = [NobleCenterModel modelWithDictionary:data.data];
NobleInfo *vipInfo ;
for (int index = 0; index < model.vipInfos.count; index++) {
NobleInfo *tagInfo = [model.vipInfos safeObjectAtIndex1:index];
NobleInfo *tagInfo = [model.vipInfos xpSafeObjectAtIndex:index];
if (model.currLevel > 0){
if (tagInfo.vipLevel == model.currLevel) {