Your IP : 216.73.217.13


Current Path : /var/www/www.indacotrentino.com/www/app/code/Webkul/BuyButton/Api/
Upload File :
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();
}