Created
June 21, 2021 22:10
-
-
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/
This file contains 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
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