Skip to content

Commit 616b8af

Browse files
authored
Update JJExceptionHookAPI.md
1 parent 246a39f commit 616b8af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

JJExceptionHookAPI.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
- (void)forwardInvocation:(NSInvocation *)anInvocation;
77
```
88

9+
```
10+
+ (NSMethodSignature *)methodSignatureForSelector:(SEL)aSelector;
11+
+ (void)forwardInvocation:(NSInvocation *)anInvocation;
12+
```
13+
914
* NSObject(KVOCrash)
1015

1116
```

0 commit comments

Comments
 (0)