liuxue
2021-05-26 d8519eea734c0a9120d92e4ee20a66829fc31a9a
1
2
3
4
5
6
7
8
package com.secondworld.sdk;
 
public class TestPlatform extends PlatformDiff{
    @Override
    public String platformName() {
        return "test";
    }
}