Files
tustu/app/bt/TextChangeNotifier.java
2026-01-11 20:30:56 +00:00

15 lines
276 B
Java

package bt;
public interface TextChangeNotifier {
void a(K paramK);
void b(K paramK);
String d();
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bt/L.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/