This commit is contained in:
2025-12-15 21:02:48 +08:00
parent 1436464eca
commit 444877fb73
4 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
//
// KBPerson.swift
// keyBoard
//
// Created by Mac on 2025/12/15.
//
import UIKit
class KBPerson: NSObject {
}