BTAppDelegate.h
472 Bytes
//
// DUREXAppDelegate.h
// TestAppExample
//
// Created by Dexter Weiss on 10/10/13.
// Copyright (c) 2013 Emmoco. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface BTAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@property (nonatomic, strong) IBOutlet UINavigationController *navController;
@property (strong, nonatomic) NSURL *handledURL;
@property (strong,nonatomic) NSString *currentVersion;
@end