The discussions I found about setting NSString constants made me code it the following way:
.h file:
extern NSString * const kSectionHeaders;
Who described that as a bad solution? It is the only proper/correct solution to the problem at hand.