mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 16:22:21 +00:00
using class property
This commit is contained in:
@@ -78,7 +78,7 @@ NSString *const MPHelpURLKey = @"MPHelpURL";
|
|||||||
|
|
||||||
- (void)dealloc {
|
- (void)dealloc {
|
||||||
[self unbind:NSStringFromSelector(@selector(isAllowedToStoreKeyFile))];
|
[self unbind:NSStringFromSelector(@selector(isAllowedToStoreKeyFile))];
|
||||||
[[NSNotificationCenter defaultCenter] removeObserver:self];
|
[NSNotificationCenter.defaultCenter removeObserver:self];
|
||||||
}
|
}
|
||||||
|
|
||||||
#pragma mark Properties
|
#pragma mark Properties
|
||||||
|
|||||||
Reference in New Issue
Block a user