// // AdJumpManager.h // YouHuiProject // // Created by 小花 on 2018/5/31. // Copyright © 2018年 kuxuan. All rights reserved. // #import #import "AdPopModel.h" @interface AdJumpManager : NSObject + (void)jumpToPageWithModel:(AdPopModel *)model ParentViewControll:(UIViewController *)parentVc; @end