summaryrefslogtreecommitdiff
path: root/Library/PackageCache/com.unity.test-framework@1.1.11/UnityEngine.TestRunner/Utils/IPostBuildCleanup.cs
blob: 5f7994887cd929c335892a61ab6e0f4f7822c2f7 (plain) (blame)
1
2
3
4
5
6
7
namespace UnityEngine.TestTools
{
    public interface IPostBuildCleanup
    {
        void Cleanup();
    }
}