ItemTableviewCell.h 289 B

12345678910111213141516
  1. //
  2. // ItemTableviewCell.h
  3. // FunSDKDemo
  4. //
  5. // Created by XM on 2018/11/7.
  6. // Copyright © 2018年 XM. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ItemTableviewCell : UITableViewCell
  10. //编码配置配置功能Lab
  11. @property (nonatomic, strong) UILabel *Labeltext;
  12. @end