/* * Hubii Nahmii * * Copyright (C) 2017-2018 Hubii AS */ pragma solidity ^0.4.24; interface ERC165 { function supportsInterface(bytes4 _interfaceId) external view returns (bool); }