AppKit macOS 10.13 Beta 1 to Beta 2 API Differences

NSCustomImageRep.h
Declaration
From@property (readonly, assign, nullable) id delegate
To@property (readonly, weak, nullable) id delegate

NSImage.h
Declaration
From@property (assign, nullable) id<NSImageDelegate> delegate
To@property (weak, nullable) id<NSImageDelegate> delegate

NSWindowController.h
Protocols
FromNSCoding, NSSeguePerforming
ToNSSeguePerforming