// // QXChangeIntroduceViewController.h // QXLive // // Created by 启星 on 2025/5/21. // #import "QXBaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface QXChangeIntroduceViewController : QXBaseViewController @property (nonatomic,strong)NSString*introduce; @end NS_ASSUME_NONNULL_END