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:
CodemodService Bot
2025-06-12 13:10:18 -07:00
committed by Facebook GitHub Bot
parent fb1a4d7aa2
commit efee2595c5
@@ -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);