ResidentAllManager.h 909 Bytes
#import <UIKit/UIKit.h>
#import "StoreKit/StoreKit.h"

@interface ResidentAllManager : NSObject
{
    NSString* ResidentAPPID_;
    NSString* ResidentAPPKEY_;
   
    NSString* ResidentInviterCode_;
}

@property bool ResidentGeiWoHuaQianBa;

+ (ResidentAllManager *)ResidentInstance;

- (void)ResidentChuShiHua;

- (void)ResidentDengLu:(NSString *)ResidentAPPID : (NSString *)ResidentAPPKEY : (UIViewController *)controller;

- (void)ResidentYangShi:(NSString*)ResidentLeiXing;

- (void)ResidentQuery: (NSString *)ResidentFuWuQiID : (NSString *)ResidentNickName : (NSNumber *)ResidentAmount : (NSString *)ResidentCallBack : (UIViewController *)controller : (NSString *)ResidentServerName;

- (void)ResidentQueryOperation:(UIViewController*)controll ResidentHuoWuID:(NSString*)products ResidentJiaGe:(NSString*)amount ResidentHuoWuMing:(NSString*)productName ResidentDingDanHao:(NSString*) DingDanHao;



@end