diff options
Diffstat (limited to 'fr-fr/objective-c-fr.html.markdown')
-rw-r--r-- | fr-fr/objective-c-fr.html.markdown | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fr-fr/objective-c-fr.html.markdown b/fr-fr/objective-c-fr.html.markdown index 191cdfb6..17a3a815 100644 --- a/fr-fr/objective-c-fr.html.markdown +++ b/fr-fr/objective-c-fr.html.markdown @@ -515,7 +515,6 @@ __weak NSSet *weakSet; // Maintient une référence vers l'objet sans incrément // Lorsque l'objet sera supprimé, weakSet sera mis à nil automatiquement __unsafe_unretained NSArray *unsafeArray; // Comme __weak, mais la variable n'est pas mis à nil quand // l'objet est supprimé - ``` ## Lectures Complémentaires |