ARKit iOS 11.0 Beta 3 to Beta 4 API Differences

ARCamera.h
ARFrame.h
Declaration
From@property (nonatomic, readonly, copy, nullable) ARLightEstimate *lightEstimate
To@property (nonatomic, readonly, strong, nullable) ARLightEstimate *lightEstimate

Declaration
From@property (nonatomic, readonly, nullable) ARPointCloud *rawFeaturePoints
To@property (nonatomic, readonly, strong, nullable) ARPointCloud *rawFeaturePoints

ARLightEstimate.h
Protocols
FromNSCopying
Tonone