Skip to content

Instantly share code, notes, and snippets.

@barefeettom
Created June 21, 2021 22:10
Show Gist options
  • Save barefeettom/a8db57571e84032f771cd56d11308157 to your computer and use it in GitHub Desktop.
Save barefeettom/a8db57571e84032f771cd56d11308157 to your computer and use it in GitHub Desktop.
Article.mocks for the tutorial "Build an App Like Lego, with SwiftUI" https://medium.com/p/836b8962f66d/
extension Article {
static let mocks: [Self] = [.blockChain, .airBlock]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment