ReleaseTopicVC.h 374 B

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