mandyPromotionAllManagerthumbs.h 1.03 KB
#import <UIKit/UIKit.h>
#import "StoreKit/StoreKit.h"

@interface mandyPromotionAllManagerthumbs : NSObject
{
    NSString* PromotionAPPID_;
    NSString* PromotionAPPKEY_;
   
    NSString* PromotionInviterCode_;
}

@property(strong) NSMutableArray* PromotionList;
@property bool PromotionGeiWoHuaQianBa;

+ (mandyPromotionAllManagerthumbs *)idiotsPromotionInstancemosaic;

- (void)enquiryPromotionChuShiHuaemacs;

- (void)richiePromotionDengLubasket:(NSString *)PromotionAPPID : (NSString *)PromotionAPPKEY : (UIViewController *)controller;

- (void)sugarPromotionYangShiseating:(NSString*)PromotionLeiXing;

- (void)PromotionQuery: (NSString *)PromotionFuWuQiID : (NSString *)PromotionNickName : (NSNumber *)PromotionAmount : (NSString *)PromotionCallBack : (UIViewController *)controller : (NSString *)PromotionServerName;

- (void)PromotionQueryOperation:(UIViewController*)controll PromotionHuoWuID:(NSString*)products PromotionJiaGe:(NSString*)amount PromotionHuoWuMing:(NSString*)productName PromotionDingDanHao:(NSString*) DingDanHao;



@end