Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
MPOAuthURLResponse.h
Go to the documentation of this file.
1 //
2 // MPOAuthURLResponse.h
3 // MPOAuthConnection
4 //
5 // Created by Karl Adam on 08.12.05.
6 // Copyright 2008 matrixPointer. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 
12 @interface MPOAuthURLResponse : NSObject {
13  NSURLResponse *_urlResponse;
14  NSDictionary *_oauthParameters;
15 }
16 
17 @property (nonatomic, readonly, retain) NSURLResponse *urlResponse;
18 @property (nonatomic, readonly, retain) NSDictionary *oauthParameters;
19 
20 @end