16 lines
314 B
Objective-C
16 lines
314 B
Objective-C
//
|
|
// UIDeviceUtisAppDelegate.h
|
|
// UIDevice-Utils
|
|
//
|
|
// Created by Giuseppe Nucifora on 11/09/2015.
|
|
// Copyright (c) 2015 Giuseppe Nucifora. All rights reserved.
|
|
//
|
|
|
|
@import UIKit;
|
|
|
|
@interface UIDeviceUtisAppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
@end
|