String Constants

In your .h file


extern NSString *const MyKey;

Your declaration


NSString * const MyKey = @"12345";