diff options
author | Adam <adam@adambard.com> | 2014-01-29 22:01:30 -0800 |
---|---|---|
committer | Adam <adam@adambard.com> | 2014-01-29 22:01:30 -0800 |
commit | 5ab214be7270c9b0d0b7d394ebf05f8b75457a76 (patch) | |
tree | 7c1e9a8c288d80185c7246837e1f6486cccf9baf /fr-fr | |
parent | a257b3bfbae6ab17237f89c44b0ad79514ba5b53 (diff) |
Added lang to objc fr
Diffstat (limited to 'fr-fr')
-rw-r--r-- | fr-fr/objective-c-fr.html.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fr-fr/objective-c-fr.html.markdown b/fr-fr/objective-c-fr.html.markdown index b14b3a52..0aeb5082 100644 --- a/fr-fr/objective-c-fr.html.markdown +++ b/fr-fr/objective-c-fr.html.markdown @@ -8,6 +8,7 @@ contributors: translators: - ["Yannick Loriot", "https://github.com/YannickL"] filename: LearnObjectiveC.m +lang: fr-fr --- @@ -524,4 +525,4 @@ __unsafe_unretained NSArray *unsafeArray; // Comme __weak, mais la variable n'es [iOS pour les écoliers : Votre première app iOS](http://www.raywenderlich.com/fr/39272/ios-pour-les-ecoliers-votre-premiere-app-ios-partie-12) -[Programming with Objective-C. Apple PDF book](https://developer.apple.com/library/ios/documentation/cocoa/conceptual/ProgrammingWithObjectiveC/ProgrammingWithObjectiveC.pdf)
\ No newline at end of file +[Programming with Objective-C. Apple PDF book](https://developer.apple.com/library/ios/documentation/cocoa/conceptual/ProgrammingWithObjectiveC/ProgrammingWithObjectiveC.pdf) |