Rev 49 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
package org.tela_botanica.del.client;import com.google.gwt.resources.client.ClientBundle;import com.google.gwt.resources.client.ImageResource;/*** Resources used by the entire application.*/public interface Ressources extends ClientBundle {@Source("logo.jpg")ImageResource logo();}