Skip to content

Instantly share code, notes, and snippets.

View pietrobasso's full-sized avatar

Pietro Basso pietrobasso

View GitHub Profile
@pietrobasso
pietrobasso / Models.swift
Created January 11, 2022 20:49
Widget models
import Foundation
struct HeaderWidget: Decodable {
let title: String
let subtitle: String
}
struct CardWidget: Decodable {
let title: String
let image: URL