Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com> Co-authored-by: ernestognw <ernestognw@gmail.com>
7 lines
225 B
Solidity
7 lines
225 B
Solidity
// SPDX-License-Identifier: MIT
|
|
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (interfaces/IERC721Metadata.sol)
|
|
|
|
pragma solidity >=0.6.2;
|
|
|
|
import {IERC721Metadata} from "../token/ERC721/extensions/IERC721Metadata.sol";
|