When I compile with the following code there are no errors:
@class RootViewController; //#import \"RootViewController.h\"
When I compile wi
you must have imported the this class in the class to which you want to import here. That is why you are getting error , but it can be rectify by @class example .