// SPDX-License-Identifier: MIT pragma solidity ^0.7.0; interface PointerInterface { function getAddress() external view returns (address); }