Advertisement
Guest User

Untitled

a guest
Aug 13th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. struct Home: View {
  2. var body: some View {
  3. Text("Hello").tapAction {
  4. print("Tapped")
  5. }
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement