1234567891011121314151617 |
- /*****************************************************************************
- * VLC for iOS
- *****************************************************************************
- * Copyright (c) 2017 VideoLAN. All rights reserved.
- * $Id$
- *
- * Authors: Carola Nitz <nitz.carola # googlemail.com>
- *
- * Refer to the COPYING file of the official project for license.
- *****************************************************************************/
- void _notAMethod()
- {
- NSLocalizedString(@"STORE_DESCRIPTION", nil);
- NSLocalizedString(@"STORE_DESCRIPTION_TV", nil);
- }
|