Swiftgram/submodules/Charts/Sources/Models/LinesSelectionLabel.swift
2020-02-11 10:34:00 +04:00

16 lines
277 B
Swift

//
// LinesSelectionLabel.swift
// GraphTest
//
// Created by Andrei Salavei on 3/18/19.
// Copyright © 2019 Andrei Salavei. All rights reserved.
//
import UIKit
struct LinesSelectionLabel {
let coordinate: CGPoint
let valueText: String
let color: UIColor
}