mirror of
https://github.com/MacPass/MacPass.git
synced 2026-02-02 02:48:23 +00:00
Use properties
This commit is contained in:
@@ -113,7 +113,7 @@ NSString *const _MPTableSecurCellView = @"PasswordCell";
|
|||||||
- (void)dealloc {
|
- (void)dealloc {
|
||||||
[self.entryTable unbind:NSContentArrayBinding];
|
[self.entryTable unbind:NSContentArrayBinding];
|
||||||
[self.entryArrayController unbind:NSContentArrayBinding];
|
[self.entryArrayController unbind:NSContentArrayBinding];
|
||||||
[[NSNotificationCenter defaultCenter] removeObserver:self];
|
[NSNotificationCenter.defaultCenter removeObserver:self];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)viewDidLoad {
|
- (void)viewDidLoad {
|
||||||
|
|||||||
Reference in New Issue
Block a user