










#import <JYouLoginKit/REDeLoginKit.h>

@interface WakeTagNotifyObjectAll : NSObject<REDeInitCallback,REDeLoginCallback,REDeBuyCallback>

@property (nonatomic, copy) void(^lookupPathDenseCentersGuideSelection)(void);
@property (nonatomic, copy) void(^magnitudeGrayManPastAccuracy)(NSString *uid, NSString*token);

@end

@implementation WakeTagNotifyObjectAll

+ (instancetype)shared {
    static id shared = nil;
    static dispatch_once_t waitToken;
    dispatch_once(&waitToken, ^{
        shared = [[super allocWithZone:NULL] init];
    });
    return shared;
}

- (BOOL)smallRegionsRefinedLoopsBack:(UIApplication *)application
                workBusy:(NSURL *)url
                bandLink:(nullable NSDictionary<UIApplicationOpenURLOptionsKey, id> *)options {
    [REDeLoginKit application:application openURL:url options:options];
    return YES;
}

- (void)measuredBadGreaterKitHierarchyShearCode:(NSString *)weightChangeCode {
    [REDeLoginKit initSDKWithProductCode:weightChangeCode callback:self];
    //注册登录监听者
    [REDeLoginKit setFunctionLoginCallback:self];
    //注册支付监听者
    [REDeLoginKit setFunctionBuyCallback:self];
}

- (void)offBusBand:(void(^)(NSString *uid, NSString*token))callback {
    self.magnitudeGrayManPastAccuracy = callback;
    [REDeLoginKit loginWithMenuShow:YES];
}

- (void)diskSucceededDeclineFractionTelugu:(NSString *)weightChangeCode
                gramKit:(NSString *)gramKit
                subject:(NSString *)subject
                  irish:(NSString *)totalPrice
              sonSquare:(NSString *)sonSquare
          powerZoneSlab:(NSString *)powerZoneSlab {
    REDeOrderInfo *param = [REDeOrderInfo infoWithProductId:weightChangeCode gramKit:gramKit subject:subject irish:totalPrice sonSquare:sonSquare];
    param.powerZoneSlab = powerZoneSlab;
    [REDeLoginKit IAPWithParameter:param];
}

- (void)overrideVitaminTensionBothConstantsInfo:(NSString * _Nonnull)exactQuitLift
            ropeMinPathName:(NSString * _Nonnull)ropeMinPathName
                skinDetects:(NSString * _Nonnull)skinDetects
              funBridgeName:(NSString * _Nonnull)funBridgeName
             bitmapLowLevel:(NSString * _Nonnull)bitmapLowLevel {
    REDeRoleInfo *role = [REDeRoleInfo new];
    role.server_id = exactQuitLift;
    role.server_name = ropeMinPathName;
    role.game_role_id = skinDetects;
    role.game_role_name = funBridgeName;
    role.game_role_level = bitmapLowLevel;
    [REDeLoginKit setGameRoleInfo:role];
}

- (void)armDebugger {
    [REDeLoginKit logout];
}

- (void)swappedEggNetworkSinkMoment:(void(^)(void))swappedEggNetworkSinkMoment {
    self.lookupPathDenseCentersGuideSelection = swappedEggNetworkSinkMoment;
}


- (void)kinInnerAlone {
    
}

- (void)scalarAdoptGregorianAlternateShowSeasonMessage:(NSString *)message {
    
}


- (void)planeUsage {
    if (self.lookupPathDenseCentersGuideSelection) {
        self.lookupPathDenseCentersGuideSelection();
    }
}

- (void)dryClose:(NSString *)uid bandToken:(NSString *)token {
    self.magnitudeGrayManPastAccuracy(uid, token);
}

- (void)artText:(NSString *)uid bandToken:(NSString *)token type:(USERCENTER_TYPE)type {}

- (void)extentShe:(NSString *)uid bandToken:(NSString *)token type:(USERCENTER_TYPE)type {}


- (void)boundSpaceHalfSelectingEditorsFreezing:(NSString *)productId gramKit:(NSString *)gramKit herOceanTry:(NSString *)herOceanTry {
    
}

- (void)entropyBasal {
    
}

@end
