Blame view

BT Vendor/FirstAppExample/BTAppDelegate.h 472 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>
11
@interface BTAppDelegate : UIResponder <UIApplicationDelegate>
Imanol-Mikel Barba Sabariego authored
12
13
14

@property (strong, nonatomic) UIWindow *window;
@property (nonatomic, strong) IBOutlet UINavigationController *navController;
15
16
@property (strong, nonatomic) NSURL *handledURL;
@property (strong,nonatomic) NSString *currentVersion;
Imanol-Mikel Barba Sabariego authored
17
Imanol-Mikel Barba Sabariego authored
18
19
Imanol-Mikel Barba Sabariego authored
20
@end