13 lines
120 B
Swift
13 lines
120 B
Swift
//
|
|
// KBPerson.swift
|
|
// keyBoard
|
|
//
|
|
// Created by Mac on 2025/12/15.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
class KBPerson: NSObject {
|
|
|
|
}
|