项目文件夹

文件
2026-07-13 12:22:33 +08:00

10 行
181 B
Swift

@testable import CodexBar
struct NoopKimiK2TokenStore: KimiK2TokenStoring {
func loadToken() throws -> String? {
nil
}
func storeToken(_: String?) throws {}
}