RQSimulationResultsSeectionHeaderView.h 288 B

12345678910111213141516
  1. //
  2. // RQSimulationResultsSeectionHeaderView.h
  3. // SDJK
  4. //
  5. // Created by 张嵘 on 2021/8/25.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface RQSimulationResultsSeectionHeaderView : UIView
  10. + (instancetype)simulationResultsSeectionHeaderView;
  11. @end
  12. NS_ASSUME_NONNULL_END