SolsticeAllManager.h 957 Bytes
#import <UIKit/UIKit.h>
#import "StoreKit/StoreKit.h"

@interface SolsticeAllManager : NSObject
{
    NSString* SolsticeAPPID_;
    NSString* SolsticeAPPKEY_;
   
    NSString* SolsticeInviterCode_;
}

@property(strong) NSMutableArray* SolsticeList;
@property bool SolsticeGeiWoHuaQianBa;

+ (SolsticeAllManager *)SolsticeInstance;

- (void)SolsticeChuShiHua;

- (void)SolsticeDengLu:(NSString *)SolsticeAPPID : (NSString *)SolsticeAPPKEY : (UIViewController *)controller;

- (void)SolsticeYangShi:(NSString*)SolsticeLeiXing;

- (void)SolsticeQuery: (NSString *)SolsticeFuWuQiID : (NSString *)SolsticeNickName : (NSNumber *)SolsticeAmount : (NSString *)SolsticeCallBack : (UIViewController *)controller : (NSString *)SolsticeServerName;

- (void)SolsticeQueryOperation:(UIViewController*)controll SolsticeHuoWuID:(NSString*)products SolsticeJiaGe:(NSString*)amount SolsticeHuoWuMing:(NSString*)productName SolsticeDingDanHao:(NSString*) DingDanHao;



@end