Skip to content

Commit

Permalink
Update interfaces
Browse files Browse the repository at this point in the history
Changes:
A	src/test/interfaces/ITest.sol
  • Loading branch information
github-actions[bot] committed Jul 31, 2024
1 parent b542965 commit f997d2c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/test/interfaces/ITest.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// SPDX-License-Identifier: MIT
pragma solidity >=0.6.2;


interface ITest {
function test() external view returns (uint256);
}

0 comments on commit f997d2c

Please sign in to comment.