JXCategoryImageCell.h 300 B

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