VideoCateVC.h 354 B

12345678910111213141516171819
  1. //
  2. // VideoCateVC.h
  3. // BuguLive
  4. //
  5. // Created by bugu on 2019/12/2.
  6. // Copyright © 2019 xfg. All rights reserved.
  7. //
  8. #import "BGBaseViewController.h"
  9. @class DTTopicModel;
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface VideoCateVC : BGBaseViewController
  12. @property(nonatomic, copy) void (^releaseTopicBlock)(DTTopicModel * topic);
  13. @end
  14. NS_ASSUME_NONNULL_END