| 1234567891011121314151617181920 |
- //
- // PubH5.h
- // YBVideo
- //
- // Created by YunBao on 2018/7/30.
- // Copyright © 2018年 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface PubH5 : YBBaseViewController
- /** h5 URL*/
- @property (nonatomic,strong) NSString *url;
- @property(nonatomic,assign)BOOL isGuide;
- @property(nonatomic,assign)BOOL isWhite;
- @end
|