// // BUActionHelper.h // BUAdSDK // // Created by carl on 2018/1/4. // Copyright © 2018年 bytedance. All rights reserved. // #import #import #import "UIViewController+BUUtilities.h" @interface BURouter : NSObject + (void)presentFromViewController:(UIViewController *)fromVC toViewController:(UIViewController *)toVC; + (void)presentFromViewController:(UIViewController *)fromVC toViewController:(UIViewController *)toVC style:(UIModalPresentationStyle)style completion:(void (^)(void))completion; + (void)presentFromViewControllerOverFullScreen:(UIViewController *)fromVC toViewController:(UIViewController *)toVC; @end