/Mobile/iPhone/StoffiRemote/StoffiRemote/LoginViewController.h
http://yet-another-music-application.googlecode.com/ · C Header · 19 lines · 7 code · 5 blank · 7 comment · 0 complexity · 6b6ab1db3e0cf6365a803efad3812fb7 MD5 · raw file
- //
- // LoginViewController.h
- // StoffiRemote
- //
- // Created by Fredrik Gadnell on 9/26/11.
- // Copyright 2011 __MyCompanyName__. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "StoffiOauth.h"
- #import "RESTClient.h"
- @interface LoginViewController : UIViewController<StoffiOAuthManagerDelegate> {
-
- }
- - (IBAction)loginPressed;
- @end