34,333
edits
Changes
→Declaring an Objective-C Class Implementation
The ''ClassMethods'' section defines the methods that are available to be called on the class. These are essentially functions specific to the class that perform a particular operation when called upon.
To create an example outline interface section for our BankAccount class, we would use the following: