package info.nightscout.androidaps.plugins.Loop.events;
/**
* Created by mike on 05.08.2016.
*/
public class EventLoopSetLastRunGui {
public String text = null;
public EventLoopSetLastRunGui(String text) {
this.text = text;
}
}