mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix CQS signal modernize-use-using in xplat/js/react-native-github/packages [A] [B] [A] (#52718)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52718 Reviewed By: dtolnay Differential Revision: D78562730 fbshipit-source-id: 24576557eb7a6ba8e655a92f1e7cfe027f99dac0
This commit is contained in:
committed by
Facebook GitHub Bot
parent
690cb00353
commit
8488eaecea
@@ -8,7 +8,7 @@
|
||||
#import "RCTInspectorNetworkHelper.h"
|
||||
#import <React/RCTLog.h>
|
||||
|
||||
typedef void (^ListenerBlock)(RCTInspectorNetworkListener *);
|
||||
using ListenerBlock = void (^)(RCTInspectorNetworkListener *);
|
||||
|
||||
@interface RCTInspectorNetworkHelper () <NSURLSessionDataDelegate>
|
||||
@property (nonatomic, strong) NSURLSession *session;
|
||||
|
||||
Reference in New Issue
Block a user