- //
- // STSingleLabCell.h
- // BuguLive
- //
- // Created by 岳克奎 on 17/4/25.
- // Copyright © 2017年 xfg. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "STTableBaseCell.h"
- @interface STSingleLabCell : STTableBaseCell
- @property (weak, nonatomic) IBOutlet UILabel *showTextLab;
- @end
|