Skip to content

Commit a3da6f1

Browse files
committed
Theme class for identifier and possible custom class names
1 parent 76bbfda commit a3da6f1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package org.parttio.starpasstheme;
2+
3+
public class StarPassTheme {
4+
public static String getIndetifier() {
5+
return "starpass";
6+
}
7+
}

0 commit comments

Comments
 (0)