#pragma once

namespace JusticeLeagueWinRT {
public
ref class Batman sealed
{
public:
  Batman();

  void savePeople();
};
}
