// // PNObjAppDelegate.h // PNObject // // Created by Giuseppe Nucifora on 12/28/2016. // Copyright (c) 2016 Giuseppe Nucifora. All rights reserved. // @import UIKit; @interface PNObjAppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end