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

/**
 * Extension class for @see \Magento\Catalog\Api\Data\ProductRender\FormattedPriceInfoInterface
 */
class FormattedPriceInfoExtension extends \Magento\Framework\Api\AbstractSimpleObject implements FormattedPriceInfoExtensionInterface
{
}
