I'm trying to implement a TabBarDelegate but I'm getting this error:
cannot find protocol declaration for UITabBarControllerDelegate
I add an NSObject class:
@interface tabBarDelegate : NSObject <UITabBarControllerDelegate>
any of you knows why I'm getting this error? or how resolve this error?
I'll really appreciate your help.
@import UIKit;?