The issue is like this: Constants in Objective-C
So we declare the constant once in .h files and set it's value in .m
Is there a way to declare constant and define it at the same time?
I mean real constant, not macro (though macro is fine too, and it's faster anyway, and has no disadvantage anyway)