《省钱达人》与《猎豆优选》UI相同版。域名tbk

FSBaseTopTableViewCell.h 292B

1234567891011121314
  1. //
  2. // FSBaseTopTableViewCell.h
  3. // FSScrollViewNestTableViewDemo
  4. //
  5. // Created by huim on 2017/5/23.
  6. // Copyright © 2017年 fengshun. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface FSBaseTopTableViewCell : UITableViewCell
  10. @property(nonatomic,strong)UIImageView *imgv ;
  11. @end