It seems that you are asking if Objective-C is used without Cocoa, or GNUstep, or Cocotron, or any API like them.
The answer is basically no. Without an API like Cocoa (or GNUstep, etc.), Objective-C is not very useful. For example, without NSObject, retain and release would not even exist. A ton of very important functions are built into these APIs, so it is somewhat pointless to use Obj-C without one of them.
andyvn22
source share