diff options
| author | Andrew Popov <evlogij@gmail.com> | 2013-11-22 18:17:39 +0400 | 
|---|---|---|
| committer | Andrew Popov <evlogij@gmail.com> | 2013-11-22 18:17:39 +0400 | 
| commit | aafbef6665728fba6965042919f72332f1dfefd2 (patch) | |
| tree | 13cfb1b18900b7b989477346f9f8ecdb9f4cc8e3 /ru-ru | |
| parent | b2109ca54b5fb3bcedd521dada5d45273997345a (diff) | |
some improves
Diffstat (limited to 'ru-ru')
| -rw-r--r-- | ru-ru/objective-c-ru.html.markdown | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/ru-ru/objective-c-ru.html.markdown b/ru-ru/objective-c-ru.html.markdown index 83be5d7a..af454074 100644 --- a/ru-ru/objective-c-ru.html.markdown +++ b/ru-ru/objective-c-ru.html.markdown @@ -13,7 +13,6 @@ Objective-C — компилируемый объектно-ориентиров  В частности, объектная модель построена в стиле Smalltalk — то есть объектам посылаются сообщения.  ```cpp -  // Однострочный комментарий  /* @@ -303,8 +302,6 @@ int main (int argc, const char * argv[])  @protocol MyProtocol      - (void)myProtocolMethod;  @end - -  ```  ## На почитать | 
