// Copyright 2004-present Facebook. All Rights Reserved. #include "RCTARTSurfaceViewProps.h" #include namespace facebook { namespace react { RCTARTSurfaceViewProps::RCTARTSurfaceViewProps( const RCTARTSurfaceViewProps &sourceProps, const RawProps &rawProps) : ViewProps(sourceProps, rawProps) {} } // namespace react } // namespace facebook