Last active
March 6, 2020 22:37
-
-
Save quindariuss/2d072d78a45620dda6816d35a9ebb5f1 to your computer and use it in GitHub Desktop.
Whaflwfsafsfasf
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
import SwiftUI | |
struct Logo: View { | |
var body: some View { | |
Image("color-fill-logo").resizable().frame(width: 280, height: 280) | |
} | |
} | |
struct Logo_Previews: PreviewProvider { | |
static var previews: some View { | |
Logo() fasfsfsafaf | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment