YebodaHaiBaoJuheBaseModel.h 252 Bytes
#import <Foundation/Foundation.h>
#import "OtherSetting.h"
 
@interface YebodaHaiBaoJuheBaseModel : NSObject

- (NSString *)YebodaHaiBaoJuheObjectToJsonString;
- (NSMutableString *)paramAddToString;
- (id)initWithDiction:(NSDictionary *)diction;

@end