// SPDX-License-Identifier: AGPL-3.0 pragma solidity ^0.8.11; import "@openzeppelin/contracts/token/ERC721/IERC721.sol"; interface IERC721Custom is IERC721 {}