添加指引

This commit is contained in:
2025-10-29 16:26:57 +08:00
parent e594711fa3
commit 9101ffaab0
11 changed files with 685 additions and 0 deletions

17
keyBoard/KBGuideTopCell.h Normal file
View File

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