Files
midi_ios/QXLive/Mine(音域)/Controller/编辑/QXChangeIntroduceViewController.h

17 lines
296 B
C
Raw Normal View History

2025-08-14 10:07:49 +08:00
//
// 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