/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

  1. //
  2. // ObjectALAppDelegate.h
  3. // ObjectAL
  4. //
  5. // Created by Karl Stenerud on 10-05-29.
  6. //
  7. #import <UIKit/UIKit.h>
  8. @interface ObjectALAppDelegate : NSObject <UIApplicationDelegate> {
  9. UIWindow *window;
  10. }
  11. @property (nonatomic, retain) UIWindow *window;
  12. @end