SolsticeHaiBaoJuheBaseModel.h 256 Bytes
#import <Foundation/Foundation.h>
#import "OtherSetting.h"
 
@interface SolsticeHaiBaoJuheBaseModel : NSObject

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

@end