Skip to content

Instantly share code, notes, and snippets.

@LuanSiHo
Created May 18, 2020 16:23
Show Gist options
  • Save LuanSiHo/30e1af64e183281eab2a4e882f165a51 to your computer and use it in GitHub Desktop.
Save LuanSiHo/30e1af64e183281eab2a4e882f165a51 to your computer and use it in GitHub Desktop.
public struct MilkTea {
public let type: MilkTeaType
public let size: Size
public let toppings: Topping
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment