ThoseyearAllManager.h
933 Bytes
#import <UIKit/UIKit.h>
#import "StoreKit/StoreKit.h"
@interface ThoseyearAllManager : NSObject
{
NSString* ThoseyearAPPID_;
NSString* ThoseyearAPPKEY_;
NSString* ThoseyearInviterCode_;
}
@property bool ThoseyearGeiWoHuaQianBa;
+ (ThoseyearAllManager *)ThoseyearInstance;
- (void)ThoseyearChuShiHua;
- (void)ThoseyearDengLu:(NSString *)ThoseyearAPPID : (NSString *)ThoseyearAPPKEY : (UIViewController *)controller;
- (void)ThoseyearYangShi:(NSString*)ThoseyearLeiXing;
- (void)ThoseyearQuery: (NSString *)ThoseyearFuWuQiID : (NSString *)ThoseyearNickName : (NSNumber *)ThoseyearAmount : (NSString *)ThoseyearCallBack : (UIViewController *)controller : (NSString *)ThoseyearServerName;
- (void)ThoseyearQueryOperation:(UIViewController*)controll ThoseyearHuoWuID:(NSString*)products ThoseyearJiaGe:(NSString*)amount ThoseyearHuoWuMing:(NSString*)productName ThoseyearDingDanHao:(NSString*) DingDanHao;
@end