<?php
namespace Magediary\ProductQuestion\Api\Data;

/**
 * ExtensionInterface class for @see \Magediary\ProductQuestion\Api\Data\AnswerInterface
 */
interface AnswerExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}
