JXRechargeCell.h 256 B

1234567891011121314
  1. //
  2. // JXRechargeCell.h
  3. // shiku_im
  4. //
  5. // Created by 1 on 17/10/30.
  6. // Copyright © 2017年 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface JXRechargeCell : UITableViewCell
  10. @property (nonatomic, strong) UIButton * checkButton;
  11. @end