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