MSmallVideoVC.h 512 B

123456789101112131415161718192021
  1. //
  2. // MSmallVideoVC.h
  3. // BuguLive
  4. //
  5. // Created by 丁凯 on 2017/8/17.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import "BGBaseViewController.h"
  9. @interface MSmallVideoVC : BGBaseViewController
  10. @property ( nonatomic,assign) BOOL notHaveTabbar; //是否有tabbar
  11. @property (nonatomic, strong) NSMutableDictionary *paramDict;
  12. @property (nonatomic, assign) BOOL isHaveNavBar;
  13. - (void)refreshHeader;
  14. @property ( nonatomic,strong) UICollectionView *videoCollectionV;
  15. @end