Accela SDK for iOS  V3.0
/Users/alan/Accela/AccelaMobile/AccelaMobile/AMRequestURL.h
00001 //
00002 //  AMRequestURL.h
00003 //  TestCase
00004 //
00005 //  Created by  on 4/3/12.
00006 //  Copyright (c) 2012 __MyCompanyName__. All rights reserved.
00007 //
00008 
00009 #import <Foundation/Foundation.h>
00010 
00011 /*
00012  *
00013  * @since 2.0
00014  */
00015 @interface AMRequestURL : NSObject
00016 
00017 @property (nonatomic,retain) NSString *amPath;
00018 
00019 @property (nonatomic,retain) NSString *amUrlParams;
00020 
00021 -(id) initWithPath:(NSString *) path urlParams: (NSDictionary *) urlParams;
00022 
00023 @end
 All Classes Functions Properties