5 lines
85 B
Java
5 lines
85 B
Java
package com.tridium.ui.theme;
|
|
|
|
public interface PathBarTheme extends WidgetTheme {
|
|
}
|