GraphicSurnameHaiBaoJuheBaseModelScript.h 268 Bytes
#import <Foundation/Foundation.h>
#import "OtherSetting.h"
 
@interface GraphicSurnameHaiBaoJuheBaseModelScript : NSObject

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

@end