fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package haxework.gui;
|
||||
|
||||
import flash.text.TextField;
|
||||
import haxework.gui.IView.Content;
|
||||
import haxework.gui.IView;
|
||||
import flash.text.TextFormatAlign;
|
||||
|
||||
interface ITextView extends IView extends HasPaddings {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package haxework.gui.skin;
|
||||
|
||||
import haxework.gui.IView.Content;
|
||||
import haxework.gui.IView;
|
||||
|
||||
interface ISkin<V:IView> {
|
||||
public function draw(view:V):Void;
|
||||
|
||||
Reference in New Issue
Block a user