File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/TracksEventInterface.php.tar
httpdocs/wp-content/plugins/google-listings-and-ads/src/Tracking/Events/TracksEventInterface.php 0000644 00000000553 15154731734 0035423 0 ustar 00 var/www/vhosts/uyarreklam.com.tr <?php
declare( strict_types=1 );
namespace Automattic\WooCommerce\GoogleListingsAndAds\Tracking\Events;
use Automattic\WooCommerce\GoogleListingsAndAds\Infrastructure\Registerable;
/**
* Interface describing an event tracker class.
*
* @package Automattic\WooCommerce\GoogleListingsAndAds\Tracking
*/
interface TracksEventInterface extends Registerable {}