PSPDFAnnotationSetStore
@protocol PSPDFAnnotationSetStore <NSObject>
Protocol for the annotation store implementation.
-
The annotation set to read/write.
Declaration
Objective-C
@property (readwrite, copy, nonatomic) NSArray<PSPDFAnnotationSet *> *_Nonnull annotationSets;
Swift
var annotationSets: [PSPDFAnnotationSet] { get set }