Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/seo/lib/marketing/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/seo/lib/marketing/account.php

<?

namespace Bitrix\Seo\Marketing;

use Bitrix\Seo\Retargeting;

/**
 * Class Account
 *
 * @package Bitrix\Seo\Marketing
 */
abstract class Account extends Retargeting\Account
{
	public abstract function getInstagramList();
}