Function 関数

imp_getBlock

Returns the block associated with an IMP that was created using imp_implementationWithBlock.

Declaration 宣言

id imp_getBlock(IMP anImp);

Parameters パラメータ

anImp

The IMP that calls this block.

Return Value 戻り値

The block called by anImp.

See Also 参照

Using Objective-C Language Features Objective-C言語機能を使う