import UIKit class Misc: ObservableObject { @Published var selectedPhotos: [UIImage] = [] static let obj = Misc() private init(){} }