interface name consistency

This commit is contained in:
2024-03-13 10:39:22 +01:00
parent 2ab5a38894
commit 4ab3d868c1
37 changed files with 94 additions and 94 deletions

View File

@@ -0,0 +1,5 @@
package lib.ui.rendere;
interface IUIEventDelegate {
public function getEventHandlers():UIEvents;
}