modern Objective-C

This commit is contained in:
Michael Starke
2018-07-12 18:22:22 +02:00
parent a71cd85afc
commit 0c2d08208c
3 changed files with 47 additions and 50 deletions

View File

@@ -49,7 +49,7 @@
}
- (BOOL)hasPendingStorages {
return [_storages count] > 0;
return _storages.count > 0;
}
- (MPTemporaryFileStorage *)storageForBinary:(KPKBinary *)binary {