/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
- //
- // StoffiRemoteAppDelegate.h
- // StoffiRemote
- //
- // Created by Fredrik Gadnell on 9/11/11.
- // Copyright 2011 __MyCompanyName__. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "RESTRequest.h"
- @interface StoffiRemoteAppDelegate : NSObject <UIApplicationDelegate, RestRequestDelegate> {
- UINavigationController *nav;
- }
- @property (nonatomic, retain) IBOutlet UIWindow *window;
- @end