mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-21 11:43:27 +00:00
7 lines
103 B
Java
7 lines
103 B
Java
package com.volmit.iris.util;
|
|
|
|
public interface NastyRunnable
|
|
{
|
|
public void run() throws Throwable;
|
|
}
|