ExistOrLive / ExistOrLive.github.io

page of zm
exist-or-live-github-io.vercel.app
MIT License
0 stars 0 forks source link

Objective-c NSProxy - ExistOrLive's Blog #16

Open ExistOrLive opened 4 years ago

ExistOrLive commented 4 years ago

https://existorlive.github.io/2020/06/30/NSProxy.html

Objective-c 语言中的类在声明时,必须指明它的父类。 NSObject 和 NSProxy是 Objective-c提供的顶级父类,每一个OC类最终都会继承其中一个。绝大部分的OC类都会继承于NSObject,而少部分继承于NSProxy。NSProxyNSProxy是一个抽象父类,定义了一套API,作...

ExistOrLive commented 3 years ago

@ExistOrLive