// // DetentIdentifier.swift // Duckable // // Created by Shadowfacts on 11/7/22. // import UIKit extension UISheetPresentationController.Detent.Identifier { static let bottom = Self("\(Bundle.main.bundleIdentifier!).bottom") }