Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SebastianBoldt/e4d58e7dbf9002fa75276e94bc2f70f0 to your computer and use it in GitHub Desktop.
Save SebastianBoldt/e4d58e7dbf9002fa75276e94bc2f70f0 to your computer and use it in GitHub Desktop.
enum Section {
case section1
case section2
}
struct Item: Hashable {
let name: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment