File "ResourcePathInterface.php"
Full Path: /home/cananyalcin/public_html/core/lib/coinbase/coinbase-commerce/src/Resources/ResourcePathInterface.php
File size: 126 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace CoinbaseCommerce\Resources;
interface ResourcePathInterface
{
public static function getResourcePath();
}