We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851f872 commit 60ceb50Copy full SHA for 60ceb50
Sources/InterposeKit/NSObject+InterposeKit.swift
@@ -57,7 +57,7 @@ extension NSObject {
57
58
extension NSObject {
59
60
- @available(*, deprecated, renamed: "addHook(for:methodSignature:hookSignature:using:)")
+ @available(*, deprecated, renamed: "addHook(for:methodSignature:hookSignature:implementation:)")
61
@discardableResult
62
public func hook<MethodSignature, HookSignature> (
63
_ selector: Selector,
0 commit comments