AllJOTableViewCell.h 394 B

1234567891011121314151617181920
  1. //
  2. // AllJOTableViewCell.h
  3. // shiku_im
  4. //
  5. // Created by on 16/9/7.
  6. // Copyright © 2016年 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface AllJOTableViewCell : UITableViewCell
  10. @property(nonatomic,strong)UIImageView * imageV;
  11. @property(nonatomic,strong)UILabel * lable;
  12. @property(nonatomic,strong)UILabel * lable1;
  13. @property(nonatomic,strong)UIButton * button;
  14. @end