httpdocs/wp-content/plugins/woocommerce/src/Admin/BlockTemplates/BlockContainerInterface.php 0000644 00000000272 15154452062 0034716 0 ustar 00 var/www/vhosts/uyarreklam.com.tr <?php
namespace Automattic\WooCommerce\Admin\BlockTemplates;
/**
* Interface for block containers.
*/
interface BlockContainerInterface extends BlockInterface, ContainerInterface {}