mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00
Pull the Owned android helper interface to utils/utils.
In a @private block.
This commit is contained in:

committed by
Vladimir Enchev

parent
13deafec79
commit
d4827a34d9
9
utils/utils.d.ts
vendored
9
utils/utils.d.ts
vendored
@ -3,6 +3,15 @@
|
||||
|
||||
export var RESOURCE_PREFIX: string;
|
||||
|
||||
//@private
|
||||
/**
|
||||
* Used by various android event listener implementations
|
||||
*/
|
||||
interface Owned {
|
||||
owner: any;
|
||||
}
|
||||
//@endprivate
|
||||
|
||||
/**
|
||||
* Utility module related to layout.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user