XYSkillCertificationApplyBoxView.h 452 B

12345678910111213141516171819202122
  1. //
  2. // XYSkillCertificationApplyBoxView.h
  3. // Starbuds
  4. //
  5. // Created by 翟玉磊 on 2020/10/26.
  6. // Copyright © 2020 翟玉磊. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface XYSkillCertificationApplyBoxView : UIView
  11. @property (nonatomic, strong) UILabel *titleLabel;
  12. @property (nonatomic, strong) UILabel *contentLabel;
  13. @property (nonatomic, copy) dispatch_block_t actionBlock;
  14. @end
  15. NS_ASSUME_NONNULL_END