XYSkillCertificationApplyPhaseItemView.h 417 B

123456789101112131415161718192021
  1. //
  2. // XYSkillCertificationApplyPhaseItemView.h
  3. // Starbuds
  4. //
  5. // Created by 翟玉磊 on 2020/10/26.
  6. // Copyright © 2020 翟玉磊. All rights reserved.
  7. //
  8. #import "BaseView.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface XYSkillCertificationApplyPhaseItemView : BaseView
  11. @property (nonatomic, strong) UILabel *titleLabel;
  12. - (void)setupVIewStatus:(BOOL)status phaseNo:(NSInteger)phaseNo;
  13. @end
  14. NS_ASSUME_NONNULL_END