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
214 B
Solidity
7 lines
214 B
Solidity
// SPDX-License-Identifier: MIT
|
|
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (interfaces/IERC721Receiver.sol)
|
|
|
|
pragma solidity >=0.5.0;
|
|
|
|
import {IERC721Receiver} from "../token/ERC721/IERC721Receiver.sol";
|