VoiceListViewController.h 759 B

12345678910111213141516171819202122
  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. #import <GKPageScrollView/GKPageScrollView.h>
  10. #import <GKPageSmoothView/GKPageSmoothView.h>
  11. @interface VoiceListViewController : BGBaseViewController
  12. @property(nonatomic, strong) NSString *types;
  13. @property (nonatomic, assign) NSInteger classified_id;
  14. @property (nonatomic, assign) CGRect viewFrame;
  15. - (void)setNetworing:(int)page;
  16. @property (nonatomic, copy) void(^listItemClick)(VoiceListViewController *listVC, NSIndexPath *indexPath);
  17. @property (nonatomic, copy) void(^listScrollViewScrollCallback)(UIScrollView *scrollView);
  18. - (void)reloadData;
  19. - (void)headerReresh;
  20. - (void)footerRereshing;
  21. @end