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