In the page based application template, I am seeing this a lot in the implementation (.m) files.
@interface ModelController()
@property (readonly, strong, nonatomic) NSArray *pageData;
@end
Why isn't this done in the header (.h) file?
This property is in the implementation file because it does not need to be declared publicly and only used within the .m file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With