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