#import NS_ASSUME_NONNULL_BEGIN @interface UIViewController (getCurrentVC) + (UIViewController *)jsd_getCurrentViewController; + (UIViewController *)jsd_getRootViewController; + (UIViewController *)getCurrentVCWithCurrentView:(UIView *)currentView; +(UITabBarController *)currentTtabarController; +(UINavigationController *)currentTabbarSelectedNavigationController; @end NS_ASSUME_NONNULL_END