andrei-ch-NADControl/ios/NADControlApp/AppDelegate.h

16 lines
303 B
Objective-C

//
// AppDelegate.h
// NADControlApp
//
// Created by andrei_c on 11/26/15.
// Copyright © 2015 Codium Labs LLC. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (nullable, nonatomic, strong) IBOutlet UIWindow *window;
@end