// // MyTDTopicSearchVC.h // smartRhino // // Created by niuzhen on 2019/12/19. // Copyright © 2019 tederen. All rights reserved. // #import "SearchBaseVC.h" NS_ASSUME_NONNULL_BEGIN @interface MyTDTopicGroupSearchVC : SearchBaseVC @property (strong, nonatomic) FlowAttachmentsModel * sendModel; @property (assign, nonatomic) BOOL isReturn; @end NS_ASSUME_NONNULL_END