another.im-ios/AnotherXMPP/models/UserAgent.swift
2024-12-18 04:51:41 +01:00

8 lines
130 B
Swift

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