I have a class with the following header:
#import @interface CustomClass : NSObject @property (strong, nonatomic) NSString
You seem to have two different names for your class. CustomClass and BlogPost. I suggest you make them both one or the other.