Skip to content

Commit 645ccae

Browse files
author
Draveness
committed
Remove header and star link in footer
1 parent a418de3 commit 645ccae

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

objc/上古时代 Objective-C 中哈希表的实现.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# 上古时代 Objective-C 中哈希表的实现
22

3-
> 关注仓库,及时获得更新:[iOS-Source-Code-Analyze](https://github.com/draveness/iOS-Source-Code-Analyze)
4-
> Follow: [Draveness · Github](https://github.com/Draveness)
5-
63
> 因为 ObjC 的 runtime 只能在 Mac OS 下才能编译,所以文章中的代码都是在 Mac OS,也就是 `x86_64` 架构下运行的,对于在 arm64 中运行的代码会特别说明。
74
85
## 写在前面
@@ -760,7 +757,6 @@ Created by Bertrand Serlet, Feb 89
760757

761758
不过现在,我们会使用 `NSHashTable` 来取代这个上古时代的产物。
762759

763-
> 关注仓库,及时获得更新:[iOS-Source-Code-Analyze](https://github.com/draveness/iOS-Source-Code-Analyze)
764760
> Follow: [Draveness · Github](https://github.com/Draveness)
765761
766762

0 commit comments

Comments
 (0)