Rev 477 | Blame | Compare with Previous | Last modification | View Log | RSS feed
package org.tela_botanica.del.client.resources;
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();
@Source("flecheGauche.png")
ImageResource arrowLeft();
@Source("flecheDroite.png")
ImageResource arrowRight();
}