Rocket.Chat.ReactNative/ios/Watch/Database/DBUser.swift

7 lines
88 B
Swift
Raw Normal View History

2024-04-26 20:33:11 +00:00
import Foundation
struct DBUser: Codable {
let name: String
let username: String
}