12345678910111213141516171819 |
- //
- // NYLIVipCoachContentView.h
- // jiaPei
- //
- // Created by Ning.ge on 2025/1/24.
- // Copyright © 2025 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface NYLIVipCoachContentView : UIView
- + (instancetype)createVipCoachContentView;
- @end
- NS_ASSUME_NONNULL_END
|