I want to have a variable that I can access anywhere by importing a header file but I also want it to be static in the sense that there is only one of them created. In my .
If LogStuff is a static class field, maybe you can implement static getter and setter?
LogStuff
+ (void)setLogStuff:(BOOL)aLogStuff; + (BOOL)logStuff;