Michele Balistreri 97e1f60329
NFT support
2020-04-09 11:13:16 +03:00

6 lines
128 B
Solidity

pragma solidity ^0.6.1;
interface IERC165 {
function supportsInterface(bytes4 interfaceId) external view returns (bool);
}