From 05023985a1ac6c74591dcd7d5ebec44529a1ff43 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Mon, 12 Dec 2022 01:11:06 +0100 Subject: [PATCH] Defined the ActionClosure closure in the Typealiases definition of the DataModels library. --- Libraries/Sources/DataModels/Defines/Typealiases.swift | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Libraries/Sources/DataModels/Defines/Typealiases.swift diff --git a/Libraries/Sources/DataModels/Defines/Typealiases.swift b/Libraries/Sources/DataModels/Defines/Typealiases.swift new file mode 100644 index 0000000..11cf7ab --- /dev/null +++ b/Libraries/Sources/DataModels/Defines/Typealiases.swift @@ -0,0 +1,9 @@ +// +// Typealiases.swift +// DataModels +// +// Created by Javier Cicchelli on 12/12/2022. +// Copyright © 2022 Röck+Cöde. All rights reserved. +// + +public typealias ActionClosure = () -> Void