I'm trying to solve BP warnings
my question is, if i had this code:
className2Id("ClassName")
can i just replace it with className2Id(@"ClassName") or should I really add it to the label file i created (className2Id("@ABC:ClassName")). which is better?
I tried to put @"ClassName"and the warning disappeared but I don't what did this @ do. I'm not sure if it's correct to use it.