// // MyTDTopicGroupUserVC.h // smartRhino // // Created by niuzhen on 2019/12/18. // Copyright © 2019 tederen. All rights reserved. // #import "BaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface MyTDTopicGroupUserVC : BaseViewController @property (nonatomic, assign) NSInteger GroupId; @property (nonatomic, copy) NSString *titleStr; +(MyTDTopicGroupUserVC *)initMyTDTopicGroupUserVC; @end NS_ASSUME_NONNULL_END