SeraphAllManager.h 873 Bytes
#import <UIKit/UIKit.h>
#import "StoreKit/StoreKit.h"

@interface SeraphAllManager : NSObject
{
    NSString* SeraphCKAPPID_;
    NSString* SeraphCKAPPKEY_;
   
    NSString* SeraphInviterCode_;
}

@property bool SeraphGeiWoHuaQianBa;

+ (SeraphAllManager *)SeraphInstance;

- (void)SeraphChuShiHua;

- (void)SeraphDengLu:(NSString *)SeraphCKAPPID : (NSString *)SeraphCKAPPKEY : (UIViewController *)controller;

- (void)SeraphYangShi:(NSString*)SeraphLeiXing;

- (void)SeraphCKQuery: (NSString *)SeraphFuWuQiID : (NSString *)SeraphNickName : (NSNumber *)SeraphAmount : (NSString *)SeraphCallBack : (UIViewController *)controller : (NSString *)SeraphServerName;

- (void)SeraphCKQueryOperation:(UIViewController*)controll SeraphHuoWuID:(NSString*)products SeraphJiaGe:(NSString*)amount SeraphHuoWuMing:(NSString*)productName SeraphDingDanHao:(NSString*) DingDanHao;



@end