mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-10 13:29:23 +00:00
16 lines
277 B
Swift
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
|
|
}
|