STSingleLabCell.h 295 B

1234567891011121314
  1. //
  2. // STSingleLabCell.h
  3. // BuguLive
  4. //
  5. // Created by 岳克奎 on 17/4/25.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "STTableBaseCell.h"
  10. @interface STSingleLabCell : STTableBaseCell
  11. @property (weak, nonatomic) IBOutlet UILabel *showTextLab;
  12. @end