JXCategorySubTitleCell.h 314 B

12345678910111213141516
  1. //
  2. // JXCategorySubTitleCell.h
  3. // ObjcExample
  4. //
  5. // Created by gaokun on 2021/1/21.
  6. //
  7. #import "JXCategoryTitleCell.h"
  8. @interface JXCategorySubTitleCell : JXCategoryTitleCell
  9. @property (nonatomic, strong) UILabel *subTitleLabel;
  10. @property (nonatomic, strong) NSLayoutConstraint *subTitleLabelCenterX;
  11. @end