123456789101112131415161718192021 |
- //
- // XYSkillCertificationApplyPhaseItemView.h
- // Starbuds
- //
- // Created by 翟玉磊 on 2020/10/26.
- // Copyright © 2020 翟玉磊. All rights reserved.
- //
- #import "BaseView.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface XYSkillCertificationApplyPhaseItemView : BaseView
- @property (nonatomic, strong) UILabel *titleLabel;
- - (void)setupVIewStatus:(BOOL)status phaseNo:(NSInteger)phaseNo;
- @end
- NS_ASSUME_NONNULL_END
|