VLCStringsForLocalization.m 568 B

1234567891011121314151617
  1. /*****************************************************************************
  2. * VLC for iOS
  3. *****************************************************************************
  4. * Copyright (c) 2017 VideoLAN. All rights reserved.
  5. * $Id$
  6. *
  7. * Authors: Carola Nitz <nitz.carola # googlemail.com>
  8. *
  9. * Refer to the COPYING file of the official project for license.
  10. *****************************************************************************/
  11. void _notAMethod()
  12. {
  13. NSLocalizedString(@"STORE_DESCRIPTION", nil);
  14. NSLocalizedString(@"STORE_DESCRIPTION_TV", nil);
  15. }