import SwiftUI protocol MainContentView: View { associatedtype Item: Identifiable init(item: Item) static var itemDescription: String { get } }