APLOC2/Week4/datePlanner/datePlanner/AppDelegate.h

20 lines
374 B
C
Raw Normal View History

2013-02-27 15:14:48 +00:00
//
// AppDelegate.h
// datePlanner
//
// Created by Brent Marohnic on 2/19/13.
// Copyright (c) 2013 Brent Marohnic. All rights reserved.
//
#import <UIKit/UIKit.h>
@class ViewController;
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@property (strong, nonatomic) ViewController *viewController;
@end