source:
orbit/iOS/Orbit/Orbit/AppDelegate.h
@
067ea71
Last change on this file since 067ea71 was 067ea71, checked in by Steve Castellotti <sc@…>, 10 years ago | |
---|---|
|
|
File size: 447 bytes |
Line | |
---|---|
1 | // |
2 | // AppDelegate.h |
3 | // Orbit |
4 | // |
5 | // Copyright (c) 2012 Puzzlebox Productions, LLC. All rights reserved. |
6 | // Originally created by Jonathon Horsman. |
7 | // |
8 | // This code is released under the GNU Public License (GPL) version 2 |
9 | // For more information please refer to http://www.gnu.org/copyleft/gpl.html |
10 | // |
11 | |
12 | #import <UIKit/UIKit.h> |
13 | |
14 | @interface AppDelegate : UIResponder <UIApplicationDelegate> |
15 | |
16 | @property (strong, nonatomic) UIWindow *window; |
17 | |
18 | @end |
Note: See TracBrowser
for help on using the repository browser.