property (readonly) NSUInteger postID; property (readonly) NSString *text; property (readonly) User *user; I have removed @ here before property because it does not allow me here anyways, one of the person at github told me 'Looks like your default ARC settings are not right'.