<?php

/**
 * @package     Joomla.Libraries
 * @subpackage  Layout
 *
 * @copyright   Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

namespace Kunena\Forum\Libraries\Compat\Joomla\Layout;

\defined('JPATH_BASE') or die;

use Joomla\CMS\Layout\LayoutInterface;

/**
 * Compatibility layer for \Joomla\CMS\Layout\LayoutInterface
 *
 * @since   Kunena 6.0
 */
interface KunenaLayout extends LayoutInterface
{
}
