// // ItemTableviewCell.h // FunSDKDemo // // Created by XM on 2018/11/7. // Copyright © 2018年 XM. All rights reserved. // #import @interface ItemTableviewCell : UITableViewCell //编码配置配置功能Lab @property (nonatomic, strong) UILabel *Labeltext; @end