Contents

QLPreviewItemLoadingBlock

A type that defines a block used to load a Quick Look preview item.

Declaration

typealias QLPreviewItemLoadingBlock = ((any Error)?) -> Void

Discussion

A type that defines a block used to load a Quick Look preview item.

See Also

Previews