mailiverse/cpp/iOS/MailiverseWeb/AppDelegate.h
2013-07-25 22:51:23 -04:00

20 lines
379 B
Objective-C

//
// AppDelegate.h
// Mailiverse
//
// Created by Timothy Prepscius on 1/23/13.
// Copyright (c) 2013 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
@class ViewController;
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@property (strong, nonatomic) ViewController *viewController;
@end