/Mobile/iPhone/StoffiRemote/StoffiRemote/OAuthTestViewController.h
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 9#import <UIKit/UIKit.h> 10#import "StoffiOauth.h" 11#import "RESTClient.h" 12 13 14@interface OAuthTestViewController : UIViewController<StoffiOAuthManagerDelegate, RestRequestDelegate> { 15 16} 17 18@end