7 lines
226 B
Solidity
7 lines
226 B
Solidity
// SPDX-License-Identifier: MIT
|
|
// OpenZeppelin Contracts (last updated v5.0.0) (interfaces/IERC721Enumerable.sol)
|
|
|
|
pragma solidity ^0.8.20;
|
|
|
|
import {IERC721Enumerable} from "../token/ERC721/extensions/IERC721Enumerable.sol";
|