// // JXRechargeCell.h // shiku_im // // Created by 1 on 17/10/30. // Copyright © 2017年 Reese. All rights reserved. // #import @interface JXRechargeCell : UITableViewCell @property (nonatomic, strong) UIButton * checkButton; @end