- //
- // 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
|