Remove unused code
This commit is contained in:
parent
42c94c3a14
commit
05d745ad6d
|
@ -33,10 +33,6 @@ class Macros {
|
||||||
static func actionSheet(_ title: String?, _ message: String?) -> UIAlertController {
|
static func actionSheet(_ title: String?, _ message: String?) -> UIAlertController {
|
||||||
return UIAlertController(title: title, message: message, preferredStyle: .actionSheet)
|
return UIAlertController(title: title, message: message, preferredStyle: .actionSheet)
|
||||||
}
|
}
|
||||||
|
|
||||||
static var isDeviceNonPlus: Bool {
|
|
||||||
return (UI_USER_INTERFACE_IDIOM() == .phone) && (UIScreen.main.scale < 3.0)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
extension UIAlertController {
|
extension UIAlertController {
|
||||||
|
|
Loading…
Reference in New Issue