Defined the ActionClosure closure in the Typealiases definition of the DataModels library.

This commit is contained in:
Javier Cicchelli 2022-12-12 01:11:06 +01:00
parent 332b8ab245
commit 05023985a1

View File

@ -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