Move UILableImpl as TNSLabel in widgets. (#2298)

Refactor Label class to the new use TNSLabel class.
Added definitions.
This commit is contained in:
Hristo Hristov
2016-06-13 16:24:39 +03:00
committed by GitHub
parent 9d3df48f97
commit 44be75a624
2 changed files with 74 additions and 53 deletions

View File

@ -177,4 +177,9 @@
}
}
}
}
declare class TNSLabel extends UILabel {
borderThickness: UIEdgeInsets;
padding: UIEdgeInsets;
}