First page Back Continue Last page Graphics
@class declaration details
@class sets up forward reference.
This is a way to tell compiler “Trust me, You'll eventually learn what this class is, but for now this is all you need to know”
@class is also useful when you have circular dependency.
In case of circular dependency if you try having #import, you'll end up with compilation error.