// // DemoBoxItem.h // xh_textfield // // Created by 路 on 2019/10/24. // Copyright © 2019年 路. All rights reserved. // #import "WXHCodeViewItem.h" @interface DemoBoxItem : WXHCodeViewItem /// 显示文本 @property (strong ,nonatomic) UILabel *label; @end