1 #pragma once
2 
3 namespace JusticeLeagueWinRT {
4 public
5 ref class Batman sealed
6 {
7 public:
8   Batman();
9 
10   void savePeople();
11 };
12 }
13