Skip to content

Instantly share code, notes, and snippets.

@densmoe
Last active July 16, 2016 16:18
Show Gist options
  • Save densmoe/d98c7cb636a9c2f1addb0f00c3c2119b to your computer and use it in GitHub Desktop.
Save densmoe/d98c7cb636a9c2f1addb0f00c3c2119b to your computer and use it in GitHub Desktop.
DictionaryConvertible
protocol DictionaryConvertible {
init?(dict:[String:AnyObject])
var dict:[String:AnyObject] { get }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment