Files
NativeScript/tests/app/xml-declaration/inherited-base-page.ts
Panayot Cankov e135c20b14 Rename the files
2016-05-26 14:30:25 +03:00

5 lines
75 B
TypeScript

import {Page} from "ui/page";
export class InheritedPage extends Page {
}