I'm new to objective-C. Can someone explain what does this code mean?
title = NSLocalizedStringWithDefaultValue(@"DFUSuccessAlertTitle",
@"DFU",
[NSBundle mainBundle],
@"Success",
@"Title in firmware update on complete");
Specifically, what is this NSBundle thing?
Thanks