VLCSettingsAboutTableViewController.h 274 B

1234567891011121314
  1. //
  2. // VLCSettingsAboutTableTableViewController.h
  3. // VLC for iOS
  4. //
  5. // Created by Felix Paul Kühne on 20/10/15.
  6. // Copyright © 2015 VideoLAN. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface VLCSettingsAboutTableViewController : UITableViewController
  10. @end