Files
keyboard/keyBoard/Class/Pay/V/KBVipReviewListCell.h
2025-11-14 19:48:15 +08:00

17 lines
260 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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