mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
11 lines
143 B
Swift
11 lines
143 B
Swift
//
|
|
// MessagingEnums.swift
|
|
// Meshtastic
|
|
//
|
|
// Copyright(c) Garth Vander Houwen 9/30/22.
|
|
//
|
|
|
|
enum BubblePosition {
|
|
case left
|
|
case right
|
|
}
|