Skip to content
Snippets Groups Projects
Aliases.swift 107 B
Newer Older
Bruno Muniz's avatar
Bruno Muniz committed
import UIKit

public typealias EmptyClosure = () -> Void
public typealias StringClosure = (String) -> Void