I\'ve noticed a variety of @interface declarations for Objective-c classes. I\'d like to understand why developers declare @interface in the follo
@interface
It is used to declared private methods.
This response explain this in details: What are best practices that you use when writing Objective-C and Cocoa?