Skip to content

Commit

Permalink
Theme class for identifier and possible custom class names
Browse files Browse the repository at this point in the history
  • Loading branch information
mstahv committed May 24, 2024
1 parent 76bbfda commit a3da6f1
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package org.parttio.starpasstheme;

public class StarPassTheme {
public static String getIndetifier() {
return "starpass";
}
}

0 comments on commit a3da6f1

Please sign in to comment.