Blame view

DUREX tests/FirstAppExample/DUREXAppDelegate.h 414 Bytes
Imanol-Mikel Barba Sabariego authored
1
2
3
4
5
6
7
8
9
//
//  DUREXAppDelegate.h
//  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
10
#import "CustomNavigationController.h"
Imanol-Mikel Barba Sabariego authored
11
12
13
14

@interface DUREXAppDelegate : UIResponder <UIApplicationDelegate>

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



@end