/Mobile/iPhone/StoffiRemote/StoffiRemote/StoffiRemoteAppDelegate.h

http://yet-another-music-application.googlecode.com/ · C Header · 18 lines · 7 code · 4 blank · 7 comment · 0 complexity · 27d3b1080a178a66a72367c52e2aa497 MD5 · raw file

  1. //
  2. // StoffiRemoteAppDelegate.h
  3. // StoffiRemote
  4. //
  5. // Created by Fredrik Gadnell on 9/11/11.
  6. // Copyright 2011 __MyCompanyName__. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "RESTRequest.h"
  10. @interface StoffiRemoteAppDelegate : NSObject <UIApplicationDelegate, RestRequestDelegate> {
  11. UINavigationController *nav;
  12. }
  13. @property (nonatomic, retain) IBOutlet UIWindow *window;
  14. @end