DemoBoxItem.h 269 B

123456789101112131415
  1. //
  2. // DemoBoxItem.h
  3. // xh_textfield
  4. //
  5. // Created by 路 on 2019/10/24.
  6. // Copyright © 2019年 路. All rights reserved.
  7. //
  8. #import "WXHCodeViewItem.h"
  9. @interface DemoBoxItem : WXHCodeViewItem
  10. /// 显示文本
  11. @property (strong ,nonatomic) UILabel *label;
  12. @end