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