Tusker/Tusker/ViewTags.swift

22 lines
519 B
Swift

//
// ViewTags.swift
// Tusker
//
// Created by Shadowfacts on 6/8/22.
// Copyright © 2022 Shadowfacts. All rights reserved.
//
import Foundation
struct ViewTags {
private init() {}
static let composeVisibilityBarButton = 42001
static let composeLocalOnlyBarButton = 42002
static let navBackBarButton = 42003
static let navForwardBarButton = 42004
static let navEmptyTitleView = 42005
static let splitNavCloseSecondaryButton = 42006
static let customAlertSeparator = 42007
}