Here is situation :
I have ViewController that have SideMenu that need to import 
#import "SideMenu.h"
A I've to call the delegate method of ViewController from sidemenu so I've to import ViewController in sidemenu that lead me to error :
Cannot find protocol declaration for 'onClickCategory'
So I've to import both files to each other. How to handle this situation?
@class not work in both class.
 
     
    