diff options
author | Adam <adam@adambard.com> | 2016-02-12 23:04:31 -0800 |
---|---|---|
committer | Adam <adam@adambard.com> | 2016-02-12 23:04:31 -0800 |
commit | f3b10beb01795bf7513ec8d06c9e90ab98df7a83 (patch) | |
tree | 0d5621e1ad3c7e0d934e235895a27046642540ef /fr-fr/objective-c-fr.html.markdown | |
parent | 5aa692f5f3bbfa7b79224748dcfd8ca5fba7a8bc (diff) |
Clean up various errors
Diffstat (limited to 'fr-fr/objective-c-fr.html.markdown')
-rw-r--r-- | fr-fr/objective-c-fr.html.markdown | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fr-fr/objective-c-fr.html.markdown b/fr-fr/objective-c-fr.html.markdown index 4e31c4bf..fbe1741e 100644 --- a/fr-fr/objective-c-fr.html.markdown +++ b/fr-fr/objective-c-fr.html.markdown @@ -1,5 +1,4 @@ --- - language: Objective-C contributors: - ["Eugene Yagrushkin", "www.about.me/yagrushkin"] @@ -9,7 +8,6 @@ translators: - ["Yannick Loriot", "https://github.com/YannickL"] filename: LearnObjectiveC-fr.m lang: fr-fr - --- L'Objective-C est un langage de programmation orienté objet réflexif principalement utilisé par Apple pour les systèmes d'exploitations Mac OS X et iOS et leurs frameworks respectifs, Cocoa et Cocoa Touch. @@ -519,6 +517,7 @@ __unsafe_unretained NSArray *unsafeArray; // Comme __weak, mais la variable n'es // l'objet est supprimé ``` + ## Lectures Complémentaires [La Page Wikipedia de l'Objective-C](http://fr.wikipedia.org/wiki/Objective-C) |