package com.secondworld.sdk; public class TestPlatform extends PlatformDiff{ @Override public String platformName() { return "test"; } }