EMAppDelegate.h
360 Bytes
//
// EMAppDelegate.h
// FileExample
//
// Created by Dexter Weiss on 10/11/13.
// Copyright (c) 2013 Emmoco. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface EMAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@property (nonatomic, strong) IBOutlet UINavigationController *navController;
@end