10 lines
186 B
Solidity
Raw Normal View History

2023-04-08 18:46:18 +00:00
// SPDX-License-Identifier: UNLICENSED
pragma solidity =0.7.6;
import '../base/SelfPermit.sol';
/// @dev Same as SelfPermit but not abstract
contract SelfPermitTest is SelfPermit {
}