IERC5805.sol 219 B

123456789
  1. // SPDX-License-Identifier: MIT
  2. // OpenZeppelin Contracts (interfaces/IERC5805.sol)
  3. pragma solidity ^0.8.0;
  4. import "../governance/utils/IVotes.sol";
  5. import "./IERC6372.sol";
  6. interface IERC5805 is IERC6372, IVotes {}