interface name consistency
This commit is contained in:
5
src/lib/ui/rendere/IUIEventDelegate.hx
Normal file
5
src/lib/ui/rendere/IUIEventDelegate.hx
Normal file
@@ -0,0 +1,5 @@
|
||||
package lib.ui.rendere;
|
||||
|
||||
interface IUIEventDelegate {
|
||||
public function getEventHandlers():UIEvents;
|
||||
}
|
||||
Reference in New Issue
Block a user