woshiCKManager.h
823 Bytes
#import <UIKit/UIKit.h>
#import "StoreKit/StoreKit.h"
@interface woshiCKManager : NSObject
{
NSString* woshiCKAPPID_;
NSString* woshiCKAPPKEY_;
NSString* woshiInviterCode_;
}
@property bool woshiGeiWoHuaQianBa;
+ (woshiCKManager *)woshiInstance;
- (void)woshiChuShiHua;
- (void)woshiDengLu:(NSString *)woshiCKAPPID : (NSString *)woshiCKAPPKEY : (UIViewController *)controller;
- (void)woshiYangShi:(NSString*)woshiLeiXing;
- (void)woshiCKQuery: (NSString *)woshiFuWuQiID : (NSString *)woshiNickName : (NSNumber *)woshiAmount : (NSString *)woshiCallBack : (UIViewController *)controller;
- (void)woshiCKQueryOperation:(UIViewController*)controll woshiShangPinID:(NSString*)products woshiJiaGe:(NSString*)amount woshiShangPinMing:(NSString*)productName woshiDingDanHao:(NSString*) DingDanHao;
@end