mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-10 08:44:28 +02:00
some improves
This commit is contained in:
@@ -13,7 +13,6 @@ Objective-C — компилируемый объектно-ориентиров
|
||||
В частности, объектная модель построена в стиле Smalltalk — то есть объектам посылаются сообщения.
|
||||
|
||||
```cpp
|
||||
|
||||
// Однострочный комментарий
|
||||
|
||||
/*
|
||||
@@ -303,8 +302,6 @@ int main (int argc, const char * argv[])
|
||||
@protocol MyProtocol
|
||||
- (void)myProtocolMethod;
|
||||
@end
|
||||
|
||||
|
||||
```
|
||||
## На почитать
|
||||
|
||||
|
Reference in New Issue
Block a user