export default class OpenImPlatformType { static ios = 1 static android = 2 static windows = 3 static osx = 4 static web = 5 static linux = 6 }