mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix CQS signal modernize-concat-nested-namespaces in xplat/js/react-native-github/packages/react-native/ReactCommon/react/renderer/graphics/platform/ios/react/renderer/graphics
Reviewed By: dtolnay Differential Revision: D76494516
This commit is contained in:
committed by
Facebook GitHub Bot
parent
fb1a4d7aa2
commit
efee2595c5
+2
-4
@@ -10,12 +10,10 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <vector>
|
||||
|
||||
namespace facebook {
|
||||
namespace react {
|
||||
namespace facebook::react {
|
||||
struct ColorComponents;
|
||||
struct Color;
|
||||
} // namespace react
|
||||
} // namespace facebook
|
||||
} // namespace facebook::react
|
||||
|
||||
facebook::react::ColorComponents RCTPlatformColorComponentsFromSemanticItems(
|
||||
std::vector<std::string>& semanticItems);
|
||||
|
||||
Reference in New Issue
Block a user