Error : "Category" declared as different kind of symbol in XCode 4

Viewed 6230

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!

1 Answers
Related