Delete unused Blocks.swift.
This commit is contained in:
parent
cea9773c08
commit
0ca7f7b05a
@ -1,17 +0,0 @@
|
|||||||
//
|
|
||||||
// Blocks.swift
|
|
||||||
// RSCore
|
|
||||||
//
|
|
||||||
// Created by Brent Simmons on 11/29/19.
|
|
||||||
// Copyright © 2019 Ranchero Software, LLC. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
|
|
||||||
public typealias VoidBlock = () -> Void
|
|
||||||
public typealias VoidCompletionBlock = VoidBlock
|
|
||||||
|
|
||||||
public typealias VoidResult = Result<Void, Error>
|
|
||||||
public typealias VoidResultCompletionBlock = (VoidResult) -> Void
|
|
||||||
|
|
||||||
public typealias ImageResultBlock = @Sendable (RSImage?) -> Void
|
|
Loading…
x
Reference in New Issue
Block a user