view type removed
This commit is contained in:
@@ -2,7 +2,7 @@ package haxework.gui.frame;
|
||||
|
||||
import haxework.gui.IView;
|
||||
|
||||
interface IFrameSwitcher<C:Content> extends IView<C> {
|
||||
public var current(default, null):Null<IView<Dynamic>>;
|
||||
public function change(id:String):IView<Dynamic>;
|
||||
interface IFrameSwitcher extends IView {
|
||||
public var current(default, null):Null<IView>;
|
||||
public function change(id:String):IView;
|
||||
}
|
||||
Reference in New Issue
Block a user