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