mirror of
https://github.com/leanote/leanote-ios.git
synced 2025-10-17 16:43:52 +00:00
Convert int to NSUInteger
This commit is contained in:
@@ -539,7 +539,7 @@ BOOL hiddenBar = NO;
|
||||
}
|
||||
|
||||
// 得到当前的url
|
||||
int count = [realUrls count];
|
||||
NSUInteger count = [realUrls count];
|
||||
if(count < 1) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user