// // NYBlockExerciseHeaderView.h // jiaPei // // Created by Ning.ge on 2024/12/5. // Copyright © 2024 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface NYBlockExerciseHeaderView : RQCommonReusableView @property (weak, nonatomic) IBOutlet UILabel *name_label; @property (weak, nonatomic) IBOutlet UILabel *des_label; @property (weak, nonatomic) IBOutlet UIView *stars_view; @end NS_ASSUME_NONNULL_END