This commit is contained in:
2025-11-14 19:48:15 +08:00
parent 4f2e80e482
commit dace0a9309
21 changed files with 792 additions and 19 deletions

View File

@@ -0,0 +1,16 @@
//
// KBVipReviewListCell.h
// keyBoard
//
// 末尾的横向滚动列表 Cell内部自带一个 UICollectionView。
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface KBVipReviewListCell : UICollectionViewCell
@end
NS_ASSUME_NONNULL_END