Skip to content

Instantly share code, notes, and snippets.

@barefeettom
Created May 25, 2021 02:36
Show Gist options
  • Save barefeettom/abcc10e1ba3613d5ce13a66f58677733 to your computer and use it in GitHub Desktop.
Save barefeettom/abcc10e1ba3613d5ce13a66f58677733 to your computer and use it in GitHub Desktop.
Part of the tutorial series "Build an App Like Lego, using SwiftUI". https://medium.com/p/38b1b1f06cba/
struct Article {
let title: String
let date: Date
let detail: String
let smallImageName: String
let largeImageName: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment