Skip to content

Instantly share code, notes, and snippets.

@sunshinejr
Created March 28, 2016 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sunshinejr/773202588a880e527e7a to your computer and use it in GitHub Desktop.
Save sunshinejr/773202588a880e527e7a to your computer and use it in GitHub Desktop.
struct ReallyImportantCurrencyStruct: CurrencyProtocol {
func currencyFunction() -> ReallyImportantCurrencyStruct.Currency {
return 2.0
}
}
let currency = ReallyImportantCurrencyStruct()
print(currency.currencyFunction())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment