/Mobile/iPhone/StoffiRemote/StoffiRemote/OAuthTestViewController.h

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

  1. //
  2. // OAuthTestViewController.h
  3. // StoffiRemote
  4. //
  5. // Created by Fredrik Gadnell on 9/19/11.
  6. // Copyright 2011 __MyCompanyName__. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "StoffiOauth.h"
  10. #import "RESTClient.h"
  11. @interface OAuthTestViewController : UIViewController<StoffiOAuthManagerDelegate, RestRequestDelegate> {
  12. }
  13. @end