int (^myBlock)(int) = ^(int num){ return num*mutiplier; } //使用定义的myBlock int newMutiplier = myBlock(3);