MyTDTopicViewController.h 470 B

1234567891011121314151617181920
  1. //
  2. // MyTDTopicViewController.h
  3. // smartRhino
  4. //
  5. // Created by tederen on 2019/10/31.
  6. // Copyright © 2019 tederen. All rights reserved.
  7. //
  8. #import "BaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface MyTDTopicViewController : BaseViewController
  11. +(MyTDTopicViewController *)initMyTDTopicViewController;
  12. @property (copy, nonatomic) FlowAttachmentsModel * sendModel;
  13. @property (assign, nonatomic) BOOL isReturn;
  14. @end
  15. NS_ASSUME_NONNULL_END