ShangjiKuCell.h 360 B

1234567891011121314151617
  1. //
  2. // ShangjiKuCell.h
  3. // shiku_im
  4. //
  5. // Created by huangyp-pc on 16/6/28.
  6. // Copyright © 2016年 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ShangjiKuCell : UITableViewCell
  10. @property(nonatomic,strong)UIImageView *bgImageV;
  11. @property(nonatomic,strong)UIImageView *selectImageV;
  12. @property(nonatomic,strong)UILabel *shangjiKu;
  13. @end