mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-05-01 17:15:20 +00:00
Add new UI components and refactor listener classes for improved clarity and functionality
This commit is contained in:
15
app/com/efiAnalytics/ui/EditableStateInterface.java
Normal file
15
app/com/efiAnalytics/ui/EditableStateInterface.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package com.efiAnalytics.ui;
|
||||
|
||||
public interface a {
|
||||
boolean a();
|
||||
|
||||
void b();
|
||||
|
||||
void c();
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/a.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user