|
<?php
|
|
namespace Magento\MediaGalleryApi\Api\Data;
|
|
|
|
/**
|
|
* Extension class for @see \Magento\MediaGalleryApi\Api\Data\KeywordInterface
|
|
*/
|
|
class KeywordExtension extends \Magento\Framework\Api\AbstractSimpleObject implements KeywordExtensionInterface
|
|
{
|
|
}
|