/***************************************************************************** * IASKSettingsTableViewController+Protected.h * VLC for iOS ***************************************************************************** * Copyright (c) 2018 VideoLAN. All rights reserved. * $Id$ * * Authors: Mike JS. Choi * * Refer to the COPYING file of the official project for license. *****************************************************************************/ #import "IASKAppSettingsViewController.h" @interface IASKAppSettingsViewController (Protected) - (void)toggledValue:(id)sender; @end