Created
May 18, 2020 16:23
-
-
Save LuanSiHo/30e1af64e183281eab2a4e882f165a51 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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