| Current Path : /var/www/www.indacotrentino.com/www/app/code/Webkul/BuyButton/Api/ |
| Current File : //var/www/www.indacotrentino.com/www/app/code/Webkul/BuyButton/Api/AllowCorsInterface.php |
<?php
/**
* Webkul Software.
*
* @category Webkul
* @package Webkul_BuyButton
* @author Webkul
* @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
* @license https://store.webkul.com/license.html
*/
namespace Webkul\BuyButton\Api;
/**
* @api
*/
interface AllowCorsInterface
{
/**
* allowed function
* @api
*
* @return string
*/
public function getCustomResponse();
}