- //
- // VLCDiscoveryListViewController.h
- // VLC for iOS
- //
- // Created by Felix Paul Kühne on 15/06/15.
- // Copyright © 2015 VideoLAN. All rights reserved.
- //
- #import "VLCNetworkListViewController.h"
- @interface VLCDiscoveryListViewController : VLCNetworkListViewController
- - (instancetype)initWithMedia:(VLCMedia*)media;
- @end
|