IERC2612.sol 245 B

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