jack2 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
548B

  1. //
  2. // iPhoneNetAppDelegate.h
  3. // iPhoneNet
  4. //
  5. // Created by Stéphane LETZ on 16/02/09.
  6. // Copyright Grame 2009. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface iPhoneNetAppDelegate : NSObject <UIApplicationDelegate> {
  10. // UIWindow *window;
  11. IBOutlet UIWindow *window;
  12. IBOutlet UINavigationController *navigationController;
  13. }
  14. //@property (nonatomic, retain) IBOutlet UIWindow *window;
  15. @property (nonatomic, retain) UIWindow *window;
  16. @property (nonatomic, retain) UINavigationController *navigationController;
  17. @end