Path: blob/a-new-beginning/Folium-iOS/Classes/SkinManager/Skin/Screen.swift
2 views
//
// Screen.swift
// Folium-iOS
//
// Created by Jarrod Norwell on 13/6/2024.
//
import Foundation
struct Screen : Codable, Hashable {
let x, y: Double
let width, height: Double
}