From 5e71138589b3bd748717a2f906f9bb7968de6c11 Mon Sep 17 00:00:00 2001 From: Anton Heestand Date: Sun, 7 Mar 2021 13:19:31 +0100 Subject: [PATCH] PIXUI --- Source/PIX/Auto/PIXUIs.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/PIX/Auto/PIXUIs.swift b/Source/PIX/Auto/PIXUIs.swift index 01ab3fbe..26899359 100644 --- a/Source/PIX/Auto/PIXUIs.swift +++ b/Source/PIX/Auto/PIXUIs.swift @@ -8,6 +8,7 @@ import RenderKit +@available(macOS 10.15, *) public protocol PIXUI: NODEUI { var pix: PIX { get } }