codestyle

This commit is contained in:
Michael Starke
2018-09-29 00:52:55 +02:00
parent 66118d50c3
commit 3d3e7dbf4e

View File

@@ -70,7 +70,7 @@ typedef NS_ENUM(NSUInteger, MPContextTab) {
#pragma mark Livecycle #pragma mark Livecycle
- (void)dealloc { - (void)dealloc {
[[NSNotificationCenter defaultCenter] removeObserver:self]; [NSNotificationCenter.defaultCenter removeObserver:self];
} }
- (void)awakeFromNib { - (void)awakeFromNib {