wip
This commit is contained in:
16
Shared/Protocols/ChartViewItemBuildable.swift
Normal file
16
Shared/Protocols/ChartViewItemBuildable.swift
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// ChartViewItemBuildable.swift
|
||||
// Feels
|
||||
//
|
||||
// Created by Trey Tartt on 1/17/22.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
protocol ChartViewItemBuildable: View {
|
||||
var color: Color { get }
|
||||
var weekDay: Int { get }
|
||||
var shape: BGShape { get }
|
||||
|
||||
init(color: Color, weekDay: Int, shape: BGShape)
|
||||
}
|
||||
Reference in New Issue
Block a user