This commit is contained in:
2026-01-22 13:47:34 +08:00
parent 06a572c08a
commit edc25c159d
10 changed files with 2308 additions and 7 deletions

View File

@@ -0,0 +1,16 @@
//
// AiVM.h
// keyBoard
//
// Created by Mac on 2026/1/22.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface AiVM : NSObject
@end
NS_ASSUME_NONNULL_END