12345678910111213141516171819 |
- //
- // RQExerciseExplainHeaderView.h
- // jiaPei
- //
- // Created by 张嵘 on 2022/7/19.
- // Copyright © 2022 JCZ. All rights reserved.
- //
- #import "RQCommonHeaderView.h"
- #import "RQExciseExplainHeaderGroupViewModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQExerciseExplainHeaderView : RQCommonHeaderView
- @property (weak, nonatomic) IBOutlet UILabel *myTitleLabel;
- @end
- NS_ASSUME_NONNULL_END
|