I am trying to declare a constant string in a method frequently called and at the start of the method I have used:
static NSString *kAPICall = @"Mail Messages";
Is the correct way, most efficient to do it?
Thanks
I am trying to declare a constant string in a method frequently called and at the start of the method I have used:
static NSString *kAPICall = @"Mail Messages";
Is the correct way, most efficient to do it?
Thanks