SoybeanAllManager.h
932 Bytes
#import <UIKit/UIKit.h>
#import "StoreKit/StoreKit.h"
@interface SoybeanAllManager : NSObject
{
NSString* SoybeanAPPID_;
NSString* SoybeanAPPKEY_;
NSString* SoybeanInviterCode_;
}
@property(strong) NSMutableArray* SoybeanList;
@property bool SoybeanGeiWoHuaQianBa;
+ (SoybeanAllManager *)SoybeanInstance;
- (void)SoybeanChuShiHua;
- (void)SoybeanDengLu:(NSString *)SoybeanAPPID : (NSString *)SoybeanAPPKEY : (UIViewController *)controller;
- (void)SoybeanYangShi:(NSString*)SoybeanLeiXing;
- (void)SoybeanQuery: (NSString *)SoybeanFuWuQiID : (NSString *)SoybeanNickName : (NSNumber *)SoybeanAmount : (NSString *)SoybeanCallBack : (UIViewController *)controller : (NSString *)SoybeanServerName;
- (void)SoybeanQueryOperation:(UIViewController*)controll SoybeanHuoWuID:(NSString*)products SoybeanJiaGe:(NSString*)amount SoybeanHuoWuMing:(NSString*)productName SoybeanDingDanHao:(NSString*) DingDanHao;
@end