添加多语言

This commit is contained in:
2025-11-03 16:37:28 +08:00
parent e4cebeac85
commit 1673a2f4be
11 changed files with 449 additions and 13 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