mirror of
https://github.com/servo/servo.git
synced 2025-07-03 05:23:38 +01:00
8 lines
143 B
Text
8 lines
143 B
Text
namespace ServoApp
|
|
{
|
|
[default_interface]
|
|
runtimeclass BrowserPage : Windows.UI.Xaml.Controls.Page
|
|
{
|
|
BrowserPage();
|
|
}
|
|
}
|