Files
featherVoice/Pods/JXCategoryView/Sources/Dot/JXCategoryDotCell.h

14 lines
233 B
C
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// JXCategoryDotCell.h
// JXCategoryView
//
// Created by jiaxin on 2018/8/20.
// Copyright © 2018年 jiaxin. All rights reserved.
//
#import "JXCategoryTitleCell.h"
@interface JXCategoryDotCell : JXCategoryTitleCell
@end