moder Objective-C

This commit is contained in:
Michael Starke
2018-07-12 22:54:54 +02:00
parent 274a58b789
commit e587cd65fd
4 changed files with 7 additions and 8 deletions

View File

@@ -24,7 +24,7 @@
@interface MPLockDaemon : NSObject
+ (instancetype)defaultDaemon;
@property (class, strong, readonly) MPLockDaemon *defaultDaemon;
+ (instancetype)init NS_UNAVAILABLE;
@end