From f94bf5cdce24cade2d1beade3793b01c8c709373 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Thu, 7 Feb 2019 09:09:43 +0100 Subject: [PATCH] Use properties --- MacPass/MPEntryViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacPass/MPEntryViewController.m b/MacPass/MPEntryViewController.m index 33bbc01e..a2a67f0f 100644 --- a/MacPass/MPEntryViewController.m +++ b/MacPass/MPEntryViewController.m @@ -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 {