†でおきしブログ†

ウナギ食べたいヽ(•̀ω•́ )ゝ✧

【Objective-c】NSDictionaryのValueにNSInteger変数の設定

NSUInteger intVal = 123;

// @(変数) ってやればいけた
@{@"key1":@(intVal)}