...
|
...
|
@@ -345,7 +345,7 @@ |
|
|
|
|
|
- (void)nativeAction:(YHNative *)native didEndWithResult:(BOOL)success userInfo:(NSDictionary *)userInfo
|
|
|
{
|
|
|
if (self.delegate && [self.delegate respondsToSelector:@selector(nativeAction:didEndWithResult:)]) {
|
|
|
if (self.delegate && [self.delegate respondsToSelector:@selector(nativeAction:didEndWithResult:userInfo:)]) {
|
|
|
[self.delegate nativeAction:native didEndWithResult:success userInfo:userInfo];
|
|
|
}
|
|
|
}
|
...
|
...
|
|