IERC2612.sol 225 B

12345678
  1. // SPDX-License-Identifier: MIT
  2. // OpenZeppelin Contracts (last updated v4.9.0) (interfaces/IERC2612.sol)
  3. pragma solidity ^0.8.19;
  4. import "../token/ERC20/extensions/IERC20Permit.sol";
  5. interface IERC2612 is IERC20Permit {}