Edit ObjectiveC authored by chak's avatar chak
...@@ -34,12 +34,12 @@ In addition to the low-level FFI, higher-level libraries and tools may provide m ...@@ -34,12 +34,12 @@ In addition to the low-level FFI, higher-level libraries and tools may provide m
We discuss the following subtopics on separate pages: We discuss the following subtopics on separate pages:
- \[ObjectiveC/ForeignDeclarations Foreign declarations for Objective-C\] - [Foreign declarations for Objective-C](objective-c/foreign-declarations)
- \[ObjectiveC/Messaging Sending messages\] - [Sending messages](objective-c/messaging)
- \[ObjectiveC/Classes Objective-C classes\] - [Objective-C classes](objective-c/classes)
- Categories & protocols - Categories & protocols
- \[ObjectiveC/Naming Naming conventions\] (they are not enforced, but recommended) - [Naming conventions](objective-c/naming) (they are not enforced, but recommended)
- \[ObjectiveC/MemoryManagement Memory management\] - [Memory management](objective-c/memory-management)
- `Foreign.ObjectiveC` - `Foreign.ObjectiveC`
## Background and related work ## Background and related work
... ...
......