Files
featherVoice/Pods/JXCategoryView/Sources/Number/JXCategoryNumberCell.h
2025-08-08 10:49:36 +08:00

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