mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-05 12:32:22 +00:00
6 lines
104 B
Swift
6 lines
104 B
Swift
import Foundation
|
|
|
|
public enum PreferredBrowser: Int, CaseIterable {
|
|
case inAppSafari
|
|
case safari
|
|
}
|