Following statement represents defining macro in objective c.
As I know macro is not supported in Swift so I have to use function for that, so can you help and provide me what will be the swift code for the following statement?
#define LOCAL_STRING(KEY, VALUE, ...) [NSString localizedStringWithFormat:NSLocalizedString(@KEY, !@VALUE), ##__VA_ARGS__]