using class property

This commit is contained in:
michael starke
2017-10-19 17:06:25 +02:00
parent 991fbe38dd
commit e8573431cf

View File

@@ -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