org.butterfaces.component.html.feature.Style Maven / Gradle / Ivy
package org.butterfaces.component.html.feature;
/**
* Created by larmic on 22.01.15.
*/
public interface Style {
String getStyle();
}
package org.butterfaces.component.html.feature;
/**
* Created by larmic on 22.01.15.
*/
public interface Style {
String getStyle();
}