16 lines
300 B
Objective-C
16 lines
300 B
Objective-C
//
|
|
// JXCategoryImageCell.h
|
|
// JXCategoryView
|
|
//
|
|
// Created by jiaxin on 2018/8/20.
|
|
// Copyright © 2018年 jiaxin. All rights reserved.
|
|
//
|
|
|
|
#import "JXCategoryIndicatorCell.h"
|
|
|
|
@interface JXCategoryImageCell : JXCategoryIndicatorCell
|
|
|
|
@property (nonatomic, strong) UIImageView *imageView;
|
|
|
|
@end
|