ktw
11/22/2017, 8:25 AMsvyatoslav.scherbina
11/22/2017, 8:47 AMNSNumber
literals are not implemented yet.
To create NSDictionary
you can create NSMutableDictionary
and fill it.
To create @YES
object you can use NSNumber.numberWithBool
method.