Blame view

DUREX Vendor Control/FirstAppExample/DUREXAppDelegate.h 371 Bytes
Imanol-Mikel Barba Sabariego authored
1
//
Imanol-Mikel Barba Sabariego authored
2
//  DUREXAppDelegate.h
Imanol-Mikel Barba Sabariego authored
3
4
5
6
7
8
9
10
//  TestAppExample
//
//  Created by Dexter Weiss on 10/10/13.
//  Copyright (c) 2013 Emmoco. All rights reserved.
//

#import <UIKit/UIKit.h>
Imanol-Mikel Barba Sabariego authored
11
@interface DUREXAppDelegate : UIResponder <UIApplicationDelegate>
Imanol-Mikel Barba Sabariego authored
12
13
14
15

@property (strong, nonatomic) UIWindow *window;
@property (nonatomic, strong) IBOutlet UINavigationController *navController;
Imanol-Mikel Barba Sabariego authored
16
17
Imanol-Mikel Barba Sabariego authored
18
@end