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