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