another.im-ios/AnotherIM/xmpp/models/UserAgent.swift
2024-12-16 08:19:58 +01:00

8 lines
130 B
Swift

import Foundation
struct UserAgent: Codable & Equatable {
let uuid: String
let software: String
let device: String
}