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 f03395f commit 7833ca7Copy full SHA for 7833ca7
README.md
@@ -29,7 +29,7 @@ class TestClass: NSObject {
29
}
30
31
32
-try Interposer(TestClass.self) {
+try Interpose(TestClass.self) {
33
try $0.hook(#selector(TestClass.sayHi), { store in { `self` in
34
print("Before Interposing \(`self`)")
35
0 commit comments