summaryrefslogtreecommitdiffstats
path: root/Tests/VSWinStorePhone/WinRT/Batman.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/VSWinStorePhone/WinRT/Batman.h')
-rw-r--r--Tests/VSWinStorePhone/WinRT/Batman.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/Tests/VSWinStorePhone/WinRT/Batman.h b/Tests/VSWinStorePhone/WinRT/Batman.h
new file mode 100644
index 0000000..e2dcabc
--- /dev/null
+++ b/Tests/VSWinStorePhone/WinRT/Batman.h
@@ -0,0 +1,12 @@
+#pragma once
+
+namespace JusticeLeagueWinRT {
+public
+ref class Batman sealed
+{
+public:
+ Batman();
+
+ void savePeople();
+};
+}