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