JXRecordTBCell.h 444 B

1234567891011121314151617
  1. //
  2. // JXRecordTBCell.h
  3. // shiku_im
  4. //
  5. // Created by Apple on 16/9/6.
  6. // Copyright © 2016年 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface JXRecordTBCell : UITableViewCell
  10. @property (strong, nonatomic) IBOutlet UILabel *titleLabel;
  11. @property (strong, nonatomic) IBOutlet UILabel *timeLabel;
  12. @property (strong, nonatomic) IBOutlet UILabel *moneyLabel;
  13. @property (strong, nonatomic) IBOutlet UILabel *refundLabel;
  14. @end