Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created October 11, 2019 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azamsharp/1c449def3243489c0b4070f378971185 to your computer and use it in GitHub Desktop.
Save azamsharp/1c449def3243489c0b4070f378971185 to your computer and use it in GitHub Desktop.
struct ContentView: View {
@State private var isOn: Bool = false
var body: some View {
return VStack(spacing: 20) {
Facebook()
Twitter()
TotalLikes()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment