Açıklama Yok

KXCalculateTableViewCell.h 421B

123456789101112131415161718
  1. //
  2. // KXCalculateTableViewCell.h
  3. // QBCS
  4. //
  5. // Created by kuxuan on 2017/6/6.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface KXCalculateTableViewCell : UITableViewCell
  10. @property (nonatomic,strong)UILabel *numberLabel;
  11. @property (nonatomic,strong)UILabel *capLabel;
  12. @property (nonatomic,strong)UILabel *inteLabel;
  13. @property (nonatomic,strong)UILabel *totalsumLabel;
  14. @end