mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-20 19:22:48 +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;
|
|
}
|