VideoViewController.h 400 B

1234567891011121314151617
  1. //
  2. // VideoViewController.h
  3. // BuguLive
  4. //
  5. // Created by 王珂 on 17/5/2.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface VideoViewController : BGBaseViewController
  10. @property(nonatomic, strong) NSString *types;
  11. @property (nonatomic, assign) NSInteger classified_id;
  12. @property (nonatomic, assign) CGRect viewFrame;
  13. - (void)setNetworing:(int)page;
  14. @end