// SPDX-License-Identifier: BUSL-1.1 pragma solidity ^0.8.0; import {ITokenGateway} from "@arbitrum/token-bridge-contracts/contracts/tokenbridge/libraries/gateway/ITokenGateway.sol"; /// @dev to generate gethwrappers interface IArbitrumTokenGateway is ITokenGateway {}