123456789101112131415161718 |
- //
- // MusicRoomStudentPageView.h
- // KulexiuForTeacher
- //
- // Created by 王智 on 2024/11/25.
- //
- #import "KSJXBodyView.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface MusicRoomStudentPageView : KSJXBodyView
- @property (nonatomic, strong) NSString *courseGroupId;
- @end
- NS_ASSUME_NONNULL_END
|