Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mhijack/89ce83829d39074cb63bbd22f14e43ee to your computer and use it in GitHub Desktop.
Save mhijack/89ce83829d39074cb63bbd22f14e43ee to your computer and use it in GitHub Desktop.
protocol OptionsManager {
var options: [String] { get }
func showOptions()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment