YebodaAllManager.h 861 Bytes
#import <UIKit/UIKit.h>
#import "StoreKit/StoreKit.h"

@interface YebodaAllManager : NSObject
{
    NSString* YebodaAPPID_;
    NSString* YebodaAPPKEY_;
   
    NSString* YebodaInviterCode_;
}

@property bool YebodaGeiWoHuaQianBa;

+ (YebodaAllManager *)YebodaInstance;

- (void)YebodaChuShiHua;

- (void)YebodaDengLu:(NSString *)YebodaAPPID : (NSString *)YebodaAPPKEY : (UIViewController *)controller;

- (void)YebodaYangShi:(NSString*)YebodaLeiXing;

- (void)YebodaQuery: (NSString *)YebodaFuWuQiID : (NSString *)YebodaNickName : (NSNumber *)YebodaAmount : (NSString *)YebodaCallBack : (UIViewController *)controller : (NSString *)YebodaServerName;

- (void)YebodaQueryOperation:(UIViewController*)controll YebodaHuoWuID:(NSString*)products YebodaJiaGe:(NSString*)amount YebodaHuoWuMing:(NSString*)productName YebodaDingDanHao:(NSString*) DingDanHao;



@end