I am learning Objective-C, and as I can see, in some tutorials they use Object (imported from objc / Object.h), and in others I see using NSObject (imported from Foundation / NSObject.h), but what are the main differences between them?
Sincerely.
object objective-c foundation nsobject
Nathan campos
source share