BGTopicTimeLineListController.h 394 B

1234567891011121314151617181920
  1. //
  2. // BGTopicTimeLineListController.h
  3. // BuguLive
  4. //
  5. // Created by bugu on 2019/12/13.
  6. // Copyright © 2019 xfg. All rights reserved.
  7. //
  8. #import "BaseViewController.h"
  9. #import "MGDynamicTopicModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface BGTopicTimeLineListController : BGBaseViewController
  12. @property(nonatomic, strong) MGDynamicTopicModel *topic;/**<话题*/
  13. @end
  14. NS_ASSUME_NONNULL_END