Files
letro-ios/ElementX/Sources/Screens/LinkNewDeviceScreen/LinkNewDeviceScreenViewModelProtocol.swift

15 lines
429 B
Swift

//
// Copyright 2025 Element Creations Ltd.
//
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial.
// Please see LICENSE files in the repository root for full details.
//
import Combine
@MainActor
protocol LinkNewDeviceScreenViewModelProtocol {
var actionsPublisher: AnyPublisher<LinkNewDeviceScreenViewModelAction, Never> { get }
var context: LinkNewDeviceScreenViewModelType.Context { get }
}