In Objective-C instance data can be public, protected or private. For example: @interface Foo : NSObject { @public int x; @protected: int y; ...
-
May 18, 2022
- 0 Comments