TypedHook
public class TypedHook<MethodSignature, HookSignature> : AnyHook
Hook baseclass with generic signatures.
-
The original implementation of the hook. Might be looked up at runtime. Do not cache this.
Declaration
Swift
public var original: MethodSignature { get }