






#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <VKID/VKID-Swift.h>

@interface ArtsBehaveSpokenRevealedRedone : NSObject

@end

@implementation ArtsBehaveSpokenRevealedRedone

+ (void)faxToolDeltaViewController:(UIViewController *)cat handler:(void(^)(BOOL isCancell,NSString *userID, NSString*token, NSString*error))handler {
    [[VKIDExtension shared] oauthWithPresentingController:cat completion:^(BOOL isCancell, NSString * userId, NSString * token, NSString * error) {
        if (isCancell) {
            handler(YES,@"",@"",@"");
        }else {
            handler(NO,userId,token,error);
        }
    }];
}

+ (BOOL)collectRepliesSexPlayDone:(UIApplication *)application
                monthBag:(NSURL *)url
                fireSort:(nullable NSDictionary<UIApplicationOpenURLOptionsKey, id> *)options {
    [[VKIDExtension shared] handleOpenURL:url];
    return YES;
}

+ (void)pointBuddySwappedLargeDaughtersSalt:(NSString *)clientId clientSecret:(NSString *)clientSecret{
    [[VKIDExtension shared] initvkWithClientId:clientId clientSecret:clientSecret];
}


+ (void)specifyExemplarChinaOffCancelBookmark:(NSString *)vkhome {
    NSURL *sheet = [NSURL URLWithString:[NSString stringWithFormat:@"vk://vk.com/club%@",vkhome]];
    
    if (![[UIApplication sharedApplication] canOpenURL:sheet]) {
        sheet = [NSURL URLWithString:[NSString stringWithFormat:@"https://www.vk.com/club%@",vkhome]];
    }
    [[UIApplication sharedApplication] openURL:sheet options:@{} completionHandler:nil];
}

@end
