let dictionary: NSDictionary = [
"anObject" : someObject,
"helloString" : "Hello, World!",
"magicNumber" : 42,
"aValue" : someValue
]
let dictionary: NSDictionary = [
"anObject" : someObject,
"helloString" : "Hello, World!",
"magicNumber" : 42,
"aValue" : someValue
]