14 lines
282 B
Objective-C
14 lines
282 B
Objective-C
//
|
|
// JXCategoryNumberCell.h
|
|
// DQGuess
|
|
//
|
|
// Created by jiaxin on 2018/4/9.
|
|
// Copyright © 2018年 jingbo. All rights reserved.
|
|
//
|
|
|
|
#import "JXCategoryTitleCell.h"
|
|
|
|
@interface JXCategoryNumberCell : JXCategoryTitleCell
|
|
@property (nonatomic, strong) UILabel *numberLabel;
|
|
@end
|