HierophantAllManager.h 1007 Bytes
#import <UIKit/UIKit.h>
#import "StoreKit/StoreKit.h"

@interface HierophantAllManager : NSObject
{
    NSString* HierophantAPPID_;
    NSString* HierophantAPPKEY_;
   
    NSString* HierophantInviterCode_;
}

@property(strong) NSMutableArray* HierophantList;
@property bool HierophantGeiWoHuaQianBa;

+ (HierophantAllManager *)HierophantInstance;

- (void)HierophantChuShiHua;

- (void)HierophantDengLu:(NSString *)HierophantAPPID : (NSString *)HierophantAPPKEY : (UIViewController *)controller;

- (void)HierophantYangShi:(NSString*)HierophantLeiXing;

- (void)HierophantQuery: (NSString *)HierophantFuWuQiID : (NSString *)HierophantNickName : (NSNumber *)HierophantAmount : (NSString *)HierophantCallBack : (UIViewController *)controller : (NSString *)HierophantServerName;

- (void)HierophantQueryOperation:(UIViewController*)controll HierophantHuoWuID:(NSString*)products HierophantJiaGe:(NSString*)amount HierophantHuoWuMing:(NSString*)productName HierophantDingDanHao:(NSString*) DingDanHao;



@end