In class A I have this:
static NSString * const kMyConstant = @"my constant string";
How can I reference this from class B?
In class A I have this:
static NSString * const kMyConstant = @"my constant string";
How can I reference this from class B?