Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. struct TopStack : View {
  2. var body: some View {
  3. HStack {
  4. button(for: "top_left_profile")
  5. Spacer()
  6. button(for: "fire")
  7. Spacer()
  8. button(for: "top_right_messages")
  9. }
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement