mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 19:26:33 +00:00
7 lines
173 B
Solidity
7 lines
173 B
Solidity
// SPDX-License-Identifier: MIT
|
|
// OpenZeppelin Contracts v4.4.1 (interfaces/IERC1155Receiver.sol)
|
|
|
|
pragma solidity ^0.8.0;
|
|
|
|
import "../token/ERC1155/IERC1155Receiver.sol";
|