VLCDiscoveryListViewController.h 332 B

12345678910111213141516
  1. //
  2. // VLCDiscoveryListViewController.h
  3. // VLC for iOS
  4. //
  5. // Created by Felix Paul Kühne on 15/06/15.
  6. // Copyright © 2015 VideoLAN. All rights reserved.
  7. //
  8. #import "VLCNetworkListViewController.h"
  9. @interface VLCDiscoveryListViewController : VLCNetworkListViewController
  10. - (instancetype)initWithMedia:(VLCMedia*)media;
  11. @end