QtsHttp  0.9.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties
QtsHttpComm.h
Go to the documentation of this file.
1 //
2 // QtsHttpComm.h
3 // QTSHTTPSDK
4 //
5 // Created by Lawrence on 2013/11/25.
6 // Copyright (c) 2013年 Lawrence. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
13 {
20 
29 
32 
47 
55 
61 @interface QTS_RESPONSE_CTX : NSObject
62 {
64  NSArray* response;
65 }
66 
68 @property (assign) QTS_HTTP_API_RESULTS result;
70 @property (strong) NSArray* response;
71 
72 @end
73 
74 
75 
QTS_HTTP_API_RESULTS result
Definition: QtsHttpComm.h:63
enum _QTS_HTTP_API_RESULTS_ QTS_HTTP_API_RESULTS
NSArray * response
Definition: QtsHttpComm.h:64
Content of API Response.
Definition: QtsHttpComm.h:61
_QTS_HTTP_API_RESULTS_
Definition: QtsHttpComm.h:12