Files
fanyin-ios/Pods/JXCategoryView/Sources/Number/JXCategoryNumberCell.h

14 lines
282 B
C
Raw Permalink Normal View History

2025-08-12 14:27:12 +08:00
//
// 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