FelicityAllManager.h 909 Bytes
#import <UIKit/UIKit.h>
#import "StoreKit/StoreKit.h"

@interface FelicityAllManager : NSObject
{
    NSString* FelicityAPPID_;
    NSString* FelicityAPPKEY_;
   
    NSString* FelicityInviterCode_;
}

@property bool FelicityGeiWoHuaQianBa;

+ (FelicityAllManager *)FelicityInstance;

- (void)FelicityChuShiHua;

- (void)FelicityDengLu:(NSString *)FelicityAPPID : (NSString *)FelicityAPPKEY : (UIViewController *)controller;

- (void)FelicityYangShi:(NSString*)FelicityLeiXing;

- (void)FelicityQuery: (NSString *)FelicityFuWuQiID : (NSString *)FelicityNickName : (NSNumber *)FelicityAmount : (NSString *)FelicityCallBack : (UIViewController *)controller : (NSString *)FelicityServerName;

- (void)FelicityQueryOperation:(UIViewController*)controll FelicityHuoWuID:(NSString*)products FelicityJiaGe:(NSString*)amount FelicityHuoWuMing:(NSString*)productName FelicityDingDanHao:(NSString*) DingDanHao;



@end