// // MyTDTopicUserSearchVC.h // smartRhino // // Created by niuzhen on 2020/1/1. // Copyright © 2020 tederen. All rights reserved. // #import "SearchBaseVC.h" NS_ASSUME_NONNULL_BEGIN @interface MyTDTopicUserSearchVC : SearchBaseVC @property (nonatomic, copy) void(^upDateBlock)(void); @property (nonatomic, strong) NSMutableArray * listArray; @end NS_ASSUME_NONNULL_END