package com.mobify.astro.messaging;

import org.json.JSONObject;

public interface JSONCallback {
    void run(JSONObject data) throws Exception;
}
