Files
fanyin-ios/Pods/JXCategoryView/Sources/Number/JXCategoryNumberCell.h
2025-08-12 14:27:12 +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