/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

  1. //
  2. // LoginViewController.h
  3. // StoffiRemote
  4. //
  5. // Created by Fredrik Gadnell on 9/26/11.
  6. // Copyright 2011 __MyCompanyName__. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "StoffiOauth.h"
  10. #import "RESTClient.h"
  11. @interface LoginViewController : UIViewController<StoffiOAuthManagerDelegate> {
  12. }
  13. - (IBAction)loginPressed;
  14. @end