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