abstract class PlatformInfo{ } class PlatformInfoIOS implements PlatformInfo{ double deviceVersion = 0; } class PlatformInfoAndroid implements PlatformInfo{ }