/* * generated by Xtext */ package fr.inria.diverse.iot.xtext.ui; import org.eclipse.ui.plugin.AbstractUIPlugin; /** * Use this class to register components to be used within the IDE. */ public class IoTUiModule extends fr.inria.diverse.iot.xtext.ui.AbstractIoTUiModule { public IoTUiModule(AbstractUIPlugin plugin) { super(plugin); } }