PSPDFGalleryContentViewError
@protocol PSPDFGalleryContentViewError <NSObject>
Protocol for UIView
s that wish to be the errorView
of a PSPDFGalleryContentView
.
-
Undocumented
Declaration
Objective-C
@property (nonatomic, nullable) NSError *error
Swift
var error: Error? { get set }