Considérez la méthode suivante - (void)methodWithArg:(NSString *)arg1 andArg:(NSString *)arg2 completionHandler:(void (^)(NSArray *results, NSError *error))completionHandler; Avec les mots-clés new nonnullet nullable annotation, nous pouvons l'enrichir comme suit: - (void)methodWithArg:(nonnull...