// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. namespace MyDriving.iOS { public class DrivingStatistic { public string Name { get; set; } public string Value { get; set; } } }