JXCategoryTitleImageCell.h 296 B

123456789101112131415
  1. //
  2. // JXCategoryImageCell.h
  3. // JXCategoryView
  4. //
  5. // Created by jiaxin on 2018/8/8.
  6. // Copyright © 2018年 jiaxin. All rights reserved.
  7. //
  8. #import "JXCategoryTitleCell.h"
  9. @interface JXCategoryTitleImageCell : JXCategoryTitleCell
  10. @property (nonatomic, strong) UIImageView *imageView;
  11. @end