1234567891011121314151617181920 |
- //
- // XYSkillCertificationApplyViewController.h
- // Starbuds
- //
- // Created by 翟玉磊 on 2020/10/26.
- // Copyright © 2020 翟玉磊. All rights reserved.
- //
- #import "BaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface XYSkillCertificationApplyViewController : BaseViewController
- @property (nonatomic, copy) NSString *skillId;
- @property (nonatomic, copy) NSString *tagId;
- @end
- NS_ASSUME_NONNULL_END
|