Consolidate images and files
This commit is contained in:
10
CHDataManagement/Main/MainContentView.swift
Normal file
10
CHDataManagement/Main/MainContentView.swift
Normal file
@ -0,0 +1,10 @@
|
||||
import SwiftUI
|
||||
|
||||
protocol MainContentView: View {
|
||||
|
||||
associatedtype Item: Identifiable
|
||||
|
||||
init(item: Item)
|
||||
|
||||
static var itemDescription: String { get }
|
||||
}
|
Reference in New Issue
Block a user