I'm working with Parse.com and in a lot of VC's I'm calling PFUser *currentUser = [PFUser currentUser];
I figured it might be good practice to #define
currentUser
in the prefix file. Is that good practice?
Also, how do I define an object like this?