JODidSubscribleTableViewCell.h 404 B

1234567891011121314151617
  1. //
  2. // JODidSubscribleTableViewCell.h
  3. // shiku_im
  4. //
  5. // Created by 周西 on 16/10/11.
  6. // Copyright © 2016年 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "ZXsubButton.h"
  10. @interface JODidSubscribleTableViewCell : UITableViewCell
  11. @property(nonatomic,strong)UIImageView * image2;
  12. @property(nonatomic,strong)UILabel * lable2;
  13. @property(nonatomic,strong) ZXsubButton * button2;
  14. @end