mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 10:19:32 +00:00
modern Objective-C
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
}
|
||||
|
||||
- (BOOL)hasPendingStorages {
|
||||
return [_storages count] > 0;
|
||||
return _storages.count > 0;
|
||||
}
|
||||
|
||||
- (MPTemporaryFileStorage *)storageForBinary:(KPKBinary *)binary {
|
||||
|
||||
Reference in New Issue
Block a user