1234567891011121314151617 |
- //
- // YOUPAILZMusicWindow.h
- // YOUQU
- //
- // Created by CY on 2021/12/10.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import "ZYBaseWindow.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZMusicWindow : ZYBaseWindow
- @end
- NS_ASSUME_NONNULL_END
|