12345678910111213141516171819 |
- //
- // MyTDTopicUserMoveVC.h
- // smartRhino
- //
- // Created by niuzhen on 2019/12/20.
- // Copyright © 2019 tederen. All rights reserved.
- //
- #import "BaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface MyTDTopicUserMoveVC : BaseViewController
- @property (nonatomic, copy) NSArray * selectIdArray;
- +(MyTDTopicUserMoveVC *)initMyTDTopicUserMoveVC;
- @end
- NS_ASSUME_NONNULL_END
|