Convert int to NSUInteger

This commit is contained in:
Wongzigii
2015-08-22 12:24:47 +08:00
parent e99cb623d0
commit 46b741e26c
5 changed files with 11 additions and 11 deletions

View File

@@ -539,7 +539,7 @@ BOOL hiddenBar = NO;
}
// url
int count = [realUrls count];
NSUInteger count = [realUrls count];
if(count < 1) {
return;
}