blob: e2dcabc46ebff5efdd0cc8b97b361ab72f8cfd2a [file]
#pragma once
namespace JusticeLeagueWinRT {
public
ref class Batman sealed
{
public:
Batman();
void savePeople();
};
}