16 lines
333 B
Objective-C
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
|