// // NYFailSpecialVideoHeaderView.h // jiaPei // // Created by Ning.ge on 2025/1/14. // Copyright © 2025 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface NYFailSpecialVideoHeaderView : RQCommonReusableView @property (weak, nonatomic) IBOutlet UIView *palyerView; @end NS_ASSUME_NONNULL_END