I receive the error "Unused variable 'placesList'" when I write the following:
PlacesList *placesList = [[PlacesList alloc] initWithNibName:@"PlacesList" bundle:nil];
What am I doing wrong? How can I fix it?
I am new and inexperienced with coding so take it easy on me.