mirror of
https://github.com/tappollo/makata.git
synced 2026-01-12 17:03:04 +08:00
10 lines
210 B
Swift
10 lines
210 B
Swift
// user-interface.swift
|
|
//
|
|
// Code Copyright Buslo Collective
|
|
// Created 2/3/23
|
|
|
|
import Foundation
|
|
|
|
public typealias VoidCallbackAsync = () async throws -> Void
|
|
public typealias ErrorCallback = (Error) -> Void
|