Refactoring

This commit is contained in:
Isaac 2024-05-18 17:51:59 +04:00
parent 942ddc013f
commit 9c4fdec38d
4 changed files with 19 additions and 18 deletions

View file

@ -119,7 +119,7 @@ public final class ViewController: UIViewController {
self.view.layer.addSublayer(MetalEngine.shared.rootLayer)
if !"".isEmpty {
if "".isEmpty {
if #available(iOS 13.0, *) {
self.test = ReferenceCompareTest(view: self.view)
}