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.
2 parents 1c714c3 + fa9cff0 commit 308a510Copy full SHA for 308a510
README.md
@@ -43,7 +43,7 @@ let interposer = try Interpose(TestClass.self) {
43
44
print("After Interposing \(`self`)")
45
46
- return string + testSwizzleAddition
+ return string + " and Interpose"
47
48
// Similar signature cast as above, but without selector.
49
} as @convention(block) (AnyObject) -> String})
0 commit comments