<?php
namespace Magento\Msrp\Api\Data\ProductRender;

/**
 * ExtensionInterface class for @see \Magento\Msrp\Api\Data\ProductRender\MsrpPriceInfoInterface
 */
interface MsrpPriceInfoExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}
