Classes
The following classes are available globally.
-
Base class, represents a hook to exactly one method.
See moreDeclaration
Swift
public class AnyHook
-
Interpose is a modern library to swizzle elegantly in Swift.
Methods are hooked via replacing the implementation, instead of the usual exchange. Supports both swizzling classes and individual objects.
See moreDeclaration
Swift
final public class Interpose