STTableDoubleLabCell.h 391 B

12345678910111213141516
  1. //
  2. // STTableDoubleLabCell.h
  3. // BuguLive
  4. //
  5. // Created by 岳克奎 on 17/4/27.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface STTableDoubleLabCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UILabel *topLab;
  11. @property (weak, nonatomic) IBOutlet UILabel *bottomLab;
  12. @property (weak, nonatomic) IBOutlet UIView *separatorView;
  13. @end