Quartz macOS 10.13.1 to 10.13.2 API Differences

../Frameworks/PDFKit.framework/Headers/PDFAnnotationTextWidget.h
Declaration
From- (int)rotation
To- (NSInteger)rotation

../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h
../Frameworks/PDFKit.framework/Headers/PDFOutline.h
Declaration
From- (nonnull PDFOutline *)childAtIndex:(NSUInteger)index
To- (nullable PDFOutline *)childAtIndex:(NSUInteger)index

../Frameworks/PDFKit.framework/Headers/PDFPage.h
Declaration
From@property (nonatomic, readonly, nonnull) NSData *dataRepresentation
To@property (nonatomic, readonly, nullable) NSData *dataRepresentation