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

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

@end