- //
- // RQSimulationResultsSeectionHeaderView.h
- // SDJK
- //
- // Created by 张嵘 on 2021/8/25.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface RQSimulationResultsSeectionHeaderView : UIView
- + (instancetype)simulationResultsSeectionHeaderView;
- @end
- NS_ASSUME_NONNULL_END
|