123456789101112131415161718192021222324252627282930313233343536373839404142 |
- #import "WXJSExceptionInfo.h"
- typedef WXJSExceptionInfo WXRuntimeCheckException;
- @protocol WXJSExceptionProtocol <NSObject>
- - (void)onJSException:(WXJSExceptionInfo*) exception;
- @optional
- - (void)onRuntimeCheckException:(WXRuntimeCheckException*)exception;
- @end
|