<?php declare(strict_types=1);
namespace IabTheme;
use Shopware\Core\Framework\Plugin;
use Shopware\Storefront\Framework\ThemeInterface;
class IabTheme extends Plugin implements ThemeInterface
{
}