BusinessCard/BusinessCard/Models/ContentOverlayType.swift

10 lines
190 B
Swift

import Foundation
/// What overlaps from the banner into the content area.
enum ContentOverlayType: Sendable {
case none
case avatar
case logoRectangle
case avatarAndLogo
}