I have created my own classes Category.h and Category.m. Category class is inheriting NSObject. In my project there is only one class named Category.
At following line, it's showing me this error.
@interface Category : NSObject
Any help would be greatly appreciated. Thanks!