Path: blob/main/SignalServiceKit/Account/DeviceType.swift
1 views
//
// Copyright 2025 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
//
import Foundation
public enum DeviceType {
case primary
case linked
}
//
// Copyright 2025 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
//
import Foundation
public enum DeviceType {
case primary
case linked
}