package co.ab180.airbridge.unity;

public interface AirbridgeCallbackWithReturn {

    String Invoke(String arg);
}