I need some help in understanding the following code:
What is the meaning of '@' in @"Reload"
button = MakeTestButton(&button_rect, @"Reload", content); [button setTarget:web_view]; [button setAction:@selector(reload:)];
Where I can find the definition of "@selector(reload:)"?