// // ChangeTopicVC.h // smartRhino // // Created by niuzhen on 2019/12/25. // Copyright © 2019 tederen. All rights reserved. // #import "BaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface ChangeTopicVC : BaseViewController @property (nonatomic, assign) NSInteger topicId; @property (strong, nonatomic) NSDictionary * dataDict; @property (nonatomic, copy) void(^upDateBlock)(void); + (ChangeTopicVC *)initChangeTopicVC; @end NS_ASSUME_NONNULL_END