xeroxHaiBaoJuheUtilsbrands.h
474 Bytes
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface xeroxHaiBaoJuheUtilsbrands : NSObject
+(NSString *)md5:(NSString *)str;
+ (NSDictionary *) PromotionHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString;
+(NSString *)createGzyazfOrderUrl;
//*充值回调地址
+(NSString *)magnumcreateGzyazfUrlwetland;
+(UIActivityIndicatorView *)showLoadingDialog:(UIView*)parentView;
+(void)dismissLoadingDialog:(UIActivityIndicatorView*)indicatorView;
@end