Skip to content

Instantly share code, notes, and snippets.

@thatswiftguy
Created February 20, 2021 05:14
Show Gist options
  • Save thatswiftguy/aa6ec50b05fae4074a55bcdf35e96e74 to your computer and use it in GitHub Desktop.
Save thatswiftguy/aa6ec50b05fae4074a55bcdf35e96e74 to your computer and use it in GitHub Desktop.
How structures looks in swift programming
struct Book {
// Properties
// Methods
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment