aboutsummaryrefslogtreecommitdiffstats
path: root/support/hololens/ServoApp/BrowserPage.idl
diff options
context:
space:
mode:
Diffstat (limited to 'support/hololens/ServoApp/BrowserPage.idl')
-rw-r--r--support/hololens/ServoApp/BrowserPage.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/support/hololens/ServoApp/BrowserPage.idl b/support/hololens/ServoApp/BrowserPage.idl
new file mode 100644
index 00000000000..47de6a4ed66
--- /dev/null
+++ b/support/hololens/ServoApp/BrowserPage.idl
@@ -0,0 +1,8 @@
+namespace ServoApp
+{
+ [default_interface]
+ runtimeclass BrowserPage : Windows.UI.Xaml.Controls.Page
+ {
+ BrowserPage();
+ }
+}