mailiverse/cpp/iOS/MailiverseWeb/AppDelegate.h

20 lines
379 B
C
Raw Normal View History

2013-07-25 22:51:23 -04:00
//
// 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