diff --git a/LocalNotificationExampleiOS10/ViewControllers/ViewController.m b/LocalNotificationExampleiOS10/ViewControllers/ViewController.m index 704c98c..628ef7a 100644 --- a/LocalNotificationExampleiOS10/ViewControllers/ViewController.m +++ b/LocalNotificationExampleiOS10/ViewControllers/ViewController.m @@ -15,7 +15,6 @@ @interface ViewController () @implementation ViewController - #pragma mark - View Life Cycle Methods - (void)viewDidLoad { @@ -25,7 +24,6 @@ - (void)viewDidLoad { [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(scheduleLocalNotifications) name:@"SnoozeNotifcation" object:nil]; } - - (void)didReceiveMemoryWarning { [super didReceiveMemoryWarning]; // Dispose of any resources that can be recreated. @@ -74,7 +72,6 @@ - (IBAction)sampleVideoButtonPressed:(id)sender { #pragma mark - Custom Methods - - (void)scheduleLocalNotifications { UNUserNotificationCenter *center = [UNUserNotificationCenter currentNotificationCenter];