another.im-ios/AnotherIM/xmpp/models/UserAgent.swift

8 lines
130 B
Swift
Raw Normal View History

2024-06-19 15:06:39 +00:00
import Foundation
struct UserAgent: Codable & Equatable {
let uuid: String
let software: String
let device: String
}