I have a variable declared in the header file :
@interface
int _nPerfectSlides;
and
@property (nonatomic, readwri
If you meant to make this an instance method, change that + to -.