ReluctantAllManager.h 933 Bytes
#import <UIKit/UIKit.h>
#import "StoreKit/StoreKit.h"

@interface ReluctantAllManager : NSObject
{
    NSString* ReluctantAPPID_;
    NSString* ReluctantAPPKEY_;
   
    NSString* ReluctantInviterCode_;
}

@property bool ReluctantGeiWoHuaQianBa;

+ (ReluctantAllManager *)ReluctantInstance;

- (void)ReluctantChuShiHua;

- (void)ReluctantDengLu:(NSString *)ReluctantAPPID : (NSString *)ReluctantAPPKEY : (UIViewController *)controller;

- (void)ReluctantYangShi:(NSString*)ReluctantLeiXing;

- (void)ReluctantQuery: (NSString *)ReluctantFuWuQiID : (NSString *)ReluctantNickName : (NSNumber *)ReluctantAmount : (NSString *)ReluctantCallBack : (UIViewController *)controller : (NSString *)ReluctantServerName;

- (void)ReluctantQueryOperation:(UIViewController*)controll ReluctantHuoWuID:(NSString*)products ReluctantJiaGe:(NSString*)amount ReluctantHuoWuMing:(NSString*)productName ReluctantDingDanHao:(NSString*) DingDanHao;



@end