<?php
namespace Magento\Sales\Api\Data;

/**
 * ExtensionInterface class for @see \Magento\Sales\Api\Data\InvoiceCommentInterface
 */
interface InvoiceCommentExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}
