Files
keyboard/keyBoard/Class/Search/V/KBHistoryMoreCell.h
2025-11-08 20:04:50 +08:00

19 lines
337 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.

//
// KBHistoryMoreCell.h
// keyBoard
//
// 历史记录第二行尾部的“展开更多”按钮 cell向下箭头
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface KBHistoryMoreCell : UICollectionViewCell
/// 固定尺寸建议(高度与标签一致 32
+ (CGSize)fixedSize;
@end
NS_ASSUME_NONNULL_END