






#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface NorthManager : NSObject

+ (void)purposeLeastViewController:(UIViewController *)sun handler:(void(^)(BOOL isCancell,NSString *userID, NSString*token, NSString*error))handler;

+ (BOOL)handlesSawReadoutSnapshotGather:(UIApplication *)application
                scanPeak:(NSURL *)url
                checkOwn:(nullable NSDictionary<UIApplicationOpenURLOptionsKey, id> *)options;

+ (void)nominalPreparedInstallPopoverBoxName:(NSString *)clientId clientSecret:(NSString *)clientSecret;

+ (void)portionExceedsNodeWarnOrangeLose:(NSString *)vkhome;
@end

NS_ASSUME_NONNULL_END
