Most of the models in my iOS app query a web server. I would like to have a configuration file storing the base URL of the server. It will look something like this:
You can also concatenate string constants like this:
#define kBaseURL @"http://myServer.com" #define kFullURL kBaseURL @"/api/request"