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

@@ -27,9 +27,8 @@
@interface MPTemporaryFileStorageCenter : NSObject
+ (instancetype)defaultCenter;
- (BOOL)hasPendingStorages;
@property (class, strong, readonly) MPTemporaryFileStorageCenter *defaultCenter;
@property (readonly) BOOL hasPendingStorages;
- (MPTemporaryFileStorage *)storageForBinary:(KPKBinary *)binary;
- (void)registerStorage:(MPTemporaryFileStorage *)storage;