summaryrefslogtreecommitdiff
path: root/Jel/Models/UIScreenWidthExtension.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Jel/Models/UIScreenWidthExtension.swift')
-rw-r--r--Jel/Models/UIScreenWidthExtension.swift15
1 files changed, 0 insertions, 15 deletions
diff --git a/Jel/Models/UIScreenWidthExtension.swift b/Jel/Models/UIScreenWidthExtension.swift
deleted file mode 100644
index 6f2f5de..0000000
--- a/Jel/Models/UIScreenWidthExtension.swift
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-// UIScreenWidthExtension.swift
-// Jel
-//
-// Created by zerocool on 2/14/24.
-//
-
-import Foundation
-import UIKit
-
-extension UIScreen{
- static let screenWidth = UIScreen.main.bounds.size.width
- static let screenHeight = UIScreen.main.bounds.size.height
- static let screenSize = UIScreen.main.bounds.size
-}