NYLIVipCoachContentView.h 303 B

12345678910111213141516171819
  1. //
  2. // NYLIVipCoachContentView.h
  3. // jiaPei
  4. //
  5. // Created by Ning.ge on 2025/1/24.
  6. // Copyright © 2025 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface NYLIVipCoachContentView : UIView
  11. + (instancetype)createVipCoachContentView;
  12. @end
  13. NS_ASSUME_NONNULL_END