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