Function 関数

imp_getBlock(_:)

Returns the block associated with an IMP that was created using imp_implementationWithBlock(_:).

Declaration 宣言

func imp_getBlock(_ anImp: IMP) -> Any?

Parameters パラメータ

anImp

The IMP that calls this block.

Return Value 戻り値

The block called by anImp.

See Also 参照

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