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