// // TDGroupSearchResultVC.h // smartRhino // // Created by niuzhen on 2019/12/12. // Copyright © 2019 tederen. All rights reserved. // #import "BaseViewController.h" #import "SearchBaseVC.h" NS_ASSUME_NONNULL_BEGIN @interface TDGroupSearchResultVC : SearchBaseVC @property (nonatomic, assign) NSInteger ParentId; @end NS_ASSUME_NONNULL_END