DUREXAppDelegate.h 369 Bytes
//
//  DUREXAppDelegate.h
//  TestAppExample
//
//  Created by Dexter Weiss on 10/10/13.
//  Copyright (c) 2013 Emmoco. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface DUREXAppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;
@property (nonatomic, strong) IBOutlet UINavigationController *navController;

@end