This commit is contained in:
2025-11-06 14:02:22 +08:00
parent d7874829d9
commit 15fc9621cd
15 changed files with 337 additions and 16 deletions

View File

@@ -0,0 +1,14 @@
//
// KBLangTestVC.h
// 多语言测试页:点击按钮在中英文之间切换,并刷新文案。
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface KBLangTestVC : UIViewController
@end
NS_ASSUME_NONNULL_END