diff options
Diffstat (limited to 'ru-ru/objective-c-ru.html.markdown')
-rw-r--r-- | ru-ru/objective-c-ru.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ru-ru/objective-c-ru.html.markdown b/ru-ru/objective-c-ru.html.markdown index 6c7d9f6c..a1c6e45b 100644 --- a/ru-ru/objective-c-ru.html.markdown +++ b/ru-ru/objective-c-ru.html.markdown @@ -805,8 +805,8 @@ __weak NSSet *weakSet; // Слабая ссылка на существующи // объект освобождается, weakSet принимает nil __unsafe_unretained NSArray *unsafeArray; // Похож на __weak, но unsafeArray // не принимает nil, когда существующий объект освобождается - ``` + ## На почитать [Wikipedia Objective-C](http://en.wikipedia.org/wiki/Objective-C) |