NotificationManager/Example/NotificationManager/NotificationManagerAppDelegate.h
2015-12-16 16:31:02 +01:00

16 lines
333 B
Objective-C

//
// NotificationManagerAppDelegate.h
// NotificationManager
//
// Created by Giuseppe Nucifora on 12/16/2015.
// Copyright (c) 2015 Giuseppe Nucifora. All rights reserved.
//
@import UIKit;
@interface NotificationManagerAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end