AffectionAllManager.h 982 Bytes
#import <UIKit/UIKit.h>
#import "StoreKit/StoreKit.h"

@interface AffectionAllManager : NSObject
{
    NSString* AffectionAPPID_;
    NSString* AffectionAPPKEY_;
   
    NSString* AffectionInviterCode_;
}

@property(strong) NSMutableArray* AffectionList;
@property bool AffectionGeiWoHuaQianBa;

+ (AffectionAllManager *)AffectionInstance;

- (void)AffectionChuShiHua;

- (void)AffectionDengLu:(NSString *)AffectionAPPID : (NSString *)AffectionAPPKEY : (UIViewController *)controller;

- (void)AffectionYangShi:(NSString*)AffectionLeiXing;

- (void)AffectionQuery: (NSString *)AffectionFuWuQiID : (NSString *)AffectionNickName : (NSNumber *)AffectionAmount : (NSString *)AffectionCallBack : (UIViewController *)controller : (NSString *)AffectionServerName;

- (void)AffectionQueryOperation:(UIViewController*)controll AffectionHuoWuID:(NSString*)products AffectionJiaGe:(NSString*)amount AffectionHuoWuMing:(NSString*)productName AffectionDingDanHao:(NSString*) DingDanHao;



@end