/Classes/ObjectALAppDelegate.h
http://github.com/kstenerud/ObjectAL-for-iPhone · C Header · 16 lines · 6 code · 4 blank · 6 comment · 0 complexity · eba1d1e8abd9bd8a88fafe2c1483c5bd MD5 · raw file
- //
- // ObjectALAppDelegate.h
- // ObjectAL
- //
- // Created by Karl Stenerud on 10-05-29.
- //
- #import <UIKit/UIKit.h>
- @interface ObjectALAppDelegate : NSObject <UIApplicationDelegate> {
- UIWindow *window;
- }
- @property (nonatomic, retain) UIWindow *window;
- @end