PNObject/Example/PNObject/PNObjectAppDelegate.h
2015-12-28 19:29:34 +01:00

16 lines
300 B
Objective-C

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