Meshtastic-Apple/Meshtastic/Enums/MessagingEnums.swift

11 lines
143 B
Swift

//
// MessagingEnums.swift
// Meshtastic
//
// Copyright(c) Garth Vander Houwen 9/30/22.
//
enum BubblePosition {
case left
case right
}