<?php
/**
* Copyright © 2016 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Eav\Model\Entity\Increment;
interface IncrementInterface
{
/**
* Get next id
*
* @return mixed
*/
public function getNextId();
}