// // JXCategorySubTitleCell.h // ObjcExample // // Created by gaokun on 2021/1/21. // #import "JXCategoryTitleCell.h" @interface JXCategorySubTitleCell : JXCategoryTitleCell @property (nonatomic, strong) UILabel *subTitleLabel; @property (nonatomic, strong) NSLayoutConstraint *subTitleLabelCenterX; @end