JXCategoryNumberCell.h 282 B

12345678910111213
  1. //
  2. // JXCategoryNumberCell.h
  3. // DQGuess
  4. //
  5. // Created by jiaxin on 2018/4/9.
  6. // Copyright © 2018年 jingbo. All rights reserved.
  7. //
  8. #import "JXCategoryTitleCell.h"
  9. @interface JXCategoryNumberCell : JXCategoryTitleCell
  10. @property (nonatomic, strong) UILabel *numberLabel;
  11. @end