15 lines
231 B
Objective-C
15 lines
231 B
Objective-C
//
|
|
// KBLangTestVC.h
|
|
// 多语言测试页:点击按钮在中英文之间切换,并刷新文案。
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface KBLangTestVC : UIViewController
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|
|
|