I\'ve just read all of objective-c global constants variables Q&A but I found them inappropriate to my problem.
I need a list of variable like t
#define API_ROOT_URL @"https://www.example.org/api" NSString *const OAuthUrl = API_ROOT_URL @"/oauthToken";
See also.