import Foundation public final class UnsentMessageIndicesView { public let indices: Set init(_ indices: Set) { self.indices = indices } }