impliedNicamHaiBaoJuheBaseModelimprove.h 265 Bytes
#import <Foundation/Foundation.h>
#import "OtherSetting.h"
 
@interface impliedNicamHaiBaoJuheBaseModelimprove : NSObject

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

@end