VLCSettingsController.h 489 B

12345678910111213141516171819
  1. //
  2. // VLCSettingsController.h
  3. // VLC for iOS
  4. //
  5. // Created by Felix Paul Kühne on 23.05.13.
  6. // Copyright (c) 2013 VideoLAN. All rights reserved.
  7. //
  8. // Refer to the COPYING file of the official project for license.
  9. //
  10. #import "IASKAppSettingsViewController.h"
  11. #import "PAPasscodeViewController.h"
  12. @interface VLCSettingsController : NSObject <PAPasscodeViewControllerDelegate, IASKSettingsDelegate>
  13. @property (nonatomic, retain) IASKAppSettingsViewController *viewController;
  14. @end