package com.secondworld.sdk; public class BtGameApp extends QuickApp { @Override public void onCreate() { super.onCreate(); //QuickSdkMgr.I.register("40450025922275820036898902533267","31232581"); } @Override protected PlatformDiff getPlatform() { return new BtGamePlatform(); } @Override protected Class getMainProxy() { return BtGameMain.class; } }