MyTDTopicUserMoveVC.h 384 B

12345678910111213141516171819
  1. //
  2. // MyTDTopicUserMoveVC.h
  3. // smartRhino
  4. //
  5. // Created by niuzhen on 2019/12/20.
  6. // Copyright © 2019 tederen. All rights reserved.
  7. //
  8. #import "BaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface MyTDTopicUserMoveVC : BaseViewController
  11. @property (nonatomic, copy) NSArray * selectIdArray;
  12. +(MyTDTopicUserMoveVC *)initMyTDTopicUserMoveVC;
  13. @end
  14. NS_ASSUME_NONNULL_END