WantedMotifAllManagerMariana.h 959 Bytes
#import <UIKit/UIKit.h>
#import "StoreKit/StoreKit.h"

@interface WantedMotifAllManagerMariana : NSObject
{
    NSString* MotifAPPID_;
    NSString* MotifAPPKEY_;
   
    NSString* MotifInviterCode_;
}

@property(strong) NSMutableArray* MotifList;
@property bool MotifGeiWoHuaQianBa;

+ (WantedMotifAllManagerMariana *)IbookMotifInstanceAirmail;

- (void)PearlsMotifChuShiHuaSlower;

- (void)PerformMotifDengLuCookie:(NSString *)MotifAPPID : (NSString *)MotifAPPKEY : (UIViewController *)controller;

- (void)LipitorMotifYangShiCounter:(NSString*)MotifLeiXing;

- (void)MotifQuery: (NSString *)MotifFuWuQiID : (NSString *)MotifNickName : (NSNumber *)MotifAmount : (NSString *)MotifCallBack : (UIViewController *)controller : (NSString *)MotifServerName;

- (void)MotifQueryOperation:(UIViewController*)controll MotifHuoWuID:(NSString*)products MotifJiaGe:(NSString*)amount MotifHuoWuMing:(NSString*)productName MotifDingDanHao:(NSString*) DingDanHao;



@end