BURouter.h 373 B

123456789101112131415
  1. //
  2. // BUActionHelper.h
  3. // BUAdSDK
  4. //
  5. // Created by carl on 2018/1/4.
  6. // Copyright © 2018年 bytedance. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <UIKit/UIKit.h>
  10. #import "UIViewController+BUUtilities.h"
  11. @interface BURouter : NSObject
  12. + (void)presentFromViewController:(UIViewController *)fromVC toViewController:(UIViewController *)toVC;
  13. @end