Home > AI > Language > Swift >

NSDictionary

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

Leave a Reply