Skip to content

Instantly share code, notes, and snippets.

@edudnyk
Created July 29, 2019 20:47
Show Gist options
  • Save edudnyk/676891a5ca9f978188d9f1d3ee765f48 to your computer and use it in GitHub Desktop.
Save edudnyk/676891a5ca9f978188d9f1d3ee765f48 to your computer and use it in GitHub Desktop.
protocol LKNSDictionaryCoding {
static func lk_dictEncode(object: AnyObject?)->NSMutableDictionary
static func lk_dictDecode(dictionaryRepresentation dictionary: NSDictionary?)->Self
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment