mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 09:59:32 +00:00
Use properties
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user