RecordTableViewCell.h 447 B

1234567891011121314151617
  1. //
  2. // RecordTableViewCell.h
  3. // BuguLive
  4. //
  5. // Created by yy on 16/7/21.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface RecordTableViewCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UILabel *moneyLable;
  11. @property (weak, nonatomic) IBOutlet UILabel *timeLabel;
  12. @property (weak, nonatomic) IBOutlet UILabel *recordStateLable;
  13. @property (weak, nonatomic) IBOutlet UILabel *titleLabel;
  14. @end