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/react-native/React/Fabric
Reviewed By: dtolnay Differential Revision: D77993027
This commit is contained in:
committed by
Facebook GitHub Bot
parent
586f5ba89c
commit
1a4e96ed5c
@@ -7,4 +7,4 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
typedef NSInteger ReactTag;
|
||||
using ReactTag = NSInteger;
|
||||
|
||||
@@ -13,7 +13,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@class RCTFabricSurface;
|
||||
|
||||
typedef void (^RCTSurfaceEnumeratorBlock)(NSEnumerator<RCTFabricSurface *> *enumerator);
|
||||
using RCTSurfaceEnumeratorBlock = void (^)(NSEnumerator<RCTFabricSurface *> *_Nonnull __strong);
|
||||
|
||||
/**
|
||||
* Registry of Surfaces.
|
||||
|
||||
Reference in New Issue
Block a user