AphelionAllManager.h 921 Bytes
#import <UIKit/UIKit.h>
#import "StoreKit/StoreKit.h"

@interface AphelionAllManager : NSObject
{
    NSString* AphelionCKAPPID_;
    NSString* AphelionCKAPPKEY_;
   
    NSString* AphelionInviterCode_;
}

@property bool AphelionGeiWoHuaQianBa;

+ (AphelionAllManager *)AphelionInstance;

- (void)AphelionChuShiHua;

- (void)AphelionDengLu:(NSString *)AphelionCKAPPID : (NSString *)AphelionCKAPPKEY : (UIViewController *)controller;

- (void)AphelionYangShi:(NSString*)AphelionLeiXing;

- (void)AphelionCKQuery: (NSString *)AphelionFuWuQiID : (NSString *)AphelionNickName : (NSNumber *)AphelionAmount : (NSString *)AphelionCallBack : (UIViewController *)controller : (NSString *)AphelionServerName;

- (void)AphelionCKQueryOperation:(UIViewController*)controll AphelionHuoWuID:(NSString*)products AphelionJiaGe:(NSString*)amount AphelionHuoWuMing:(NSString*)productName AphelionDingDanHao:(NSString*) DingDanHao;



@end