mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 10:39:28 +00:00
modern Objective-C
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user