/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
- //
- // OAuthTestViewController.h
- // StoffiRemote
- //
- // Created by Fredrik Gadnell on 9/19/11.
- // Copyright 2011 __MyCompanyName__. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "StoffiOauth.h"
- #import "RESTClient.h"
- @interface OAuthTestViewController : UIViewController<StoffiOAuthManagerDelegate, RestRequestDelegate> {
-
- }
- @end