<?php
namespace Magento\SalesRule\Api\Data;
/**
* ExtensionInterface class for @see \Magento\SalesRule\Api\Data\RuleLabelInterface
*/
interface RuleLabelExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}