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