JXCategoryDotCell.h 233 B

12345678910111213
  1. //
  2. // JXCategoryDotCell.h
  3. // JXCategoryView
  4. //
  5. // Created by jiaxin on 2018/8/20.
  6. // Copyright © 2018年 jiaxin. All rights reserved.
  7. //
  8. #import "JXCategoryTitleCell.h"
  9. @interface JXCategoryDotCell : JXCategoryTitleCell
  10. @end