AVFoundation iOS 12.1 to 12.2 API Differences

../Frameworks/AVFAudio.framework/Headers/AVAudioSession.h
AVCaptureSession.h
Declaration
From@property (nonatomic, readonly, nonnull) AVCaptureOutput *output
To@property (nonatomic, readonly, nullable) AVCaptureOutput *output

Declaration
From@property (nonatomic, readonly, nonnull) AVCaptureVideoPreviewLayer *videoPreviewLayer
To@property (nonatomic, readonly, nullable) AVCaptureVideoPreviewLayer *videoPreviewLayer

AVContentKeySession.h
AVSampleBufferDisplayLayer.h