IntentsUI iOS 10.3 to 11.0 API Differences

INImage+IntentsUI.h
Declaration
From+ (instancetype)imageWithCGImage:(CGImageRef)imageRef
To+ (nonnull instancetype)imageWithCGImage:(nonnull CGImageRef)imageRef

Declaration
From+ (instancetype)imageWithUIImage:(UIImage *)image
To+ (nonnull instancetype)imageWithUIImage:(nonnull UIImage *)image

Declaration
From+ (CGSize)imageSizeForIntentResponse:(INIntentResponse *)response
To+ (CGSize)imageSizeForIntentResponse:(nonnull INIntentResponse *)response

INUIHostedViewControlling.h
DeclarationOptional
From- (void)configureWithInteraction:(INInteraction *)interaction context:(INUIHostedViewContext)context completion:(void (^)(CGSize))completionRequired
To- (void)configureWithInteraction:(nonnull INInteraction *)interaction context:(INUIHostedViewContext)context completion:(nonnull void (^)(CGSize))completionOptional