12 lines
168 B
Swift
12 lines
168 B
Swift
//
|
|
// Copyright 2025 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
//
|
|
|
|
import Foundation
|
|
|
|
public enum DeviceType {
|
|
case primary
|
|
case linked
|
|
}
|