PubH5.h 334 B

1234567891011121314151617181920
  1. //
  2. // PubH5.h
  3. // YBVideo
  4. //
  5. // Created by YunBao on 2018/7/30.
  6. // Copyright © 2018年 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface PubH5 : YBBaseViewController
  10. /** h5 URL*/
  11. @property (nonatomic,strong) NSString *url;
  12. @property(nonatomic,assign)BOOL isGuide;
  13. @property(nonatomic,assign)BOOL isWhite;
  14. @end