VLCSettingsController.h 419 B

1234567891011121314151617
  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. #import "IASKAppSettingsViewController.h"
  9. #import "PAPasscodeViewController.h"
  10. @interface VLCSettingsController : NSObject <PAPasscodeViewControllerDelegate, IASKSettingsDelegate>
  11. @property (nonatomic, retain) IASKAppSettingsViewController *viewController;
  12. @end