Accela SDK for iOS  V3.2
 All Classes Functions Properties Pages
AMRequestURL.h
1 //
2 // AMRequestURL.h
3 // TestCase
4 //
5 // Created by on 4/3/12.
6 // Copyright (c) 2012 __MyCompanyName__. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 /*
12  *
13  * @since 2.0
14  */
15 @interface AMRequestURL : NSObject
16 
17 @property (nonatomic,retain) NSString *amPath;
18 
19 @property (nonatomic,retain) NSString *amUrlParams;
20 
21 -(id) initWithPath:(NSString *) path urlParams: (NSDictionary *) urlParams;
22 
23 @end
Definition: AMRequestURL.h:15