Files
keyboard/keyBoard/KBGuideTopCell.h
2025-10-29 16:26:57 +08:00

18 lines
219 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.

//
// KBGuideTopCell.h
// keyBoard
//
// 顶部固定引导 cell左侧头像 + 卡片文案)
//
#import "BaseCell.h"
NS_ASSUME_NONNULL_BEGIN
@interface KBGuideTopCell : BaseCell
@end
NS_ASSUME_NONNULL_END