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

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