Created
May 25, 2021 02:36
-
-
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/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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