Use properties

This commit is contained in:
Michael Starke
2019-02-07 09:09:43 +01:00
parent 13ebb93cfb
commit f94bf5cdce

View File

@@ -113,7 +113,7 @@ NSString *const _MPTableSecurCellView = @"PasswordCell";
- (void)dealloc {
[self.entryTable unbind:NSContentArrayBinding];
[self.entryArrayController unbind:NSContentArrayBinding];
[[NSNotificationCenter defaultCenter] removeObserver:self];
[NSNotificationCenter.defaultCenter removeObserver:self];
}
- (void)viewDidLoad {