VLCSearchableServerBrowsingTVViewController.h 586 B

1234567891011121314151617
  1. /*****************************************************************************
  2. * VLC for iOS
  3. *****************************************************************************
  4. * Copyright (c) 2016 VideoLAN. All rights reserved.
  5. * $Id$
  6. *
  7. * Authors: Vincent L. Cone <vincent.l.cone # tuta.io>
  8. *
  9. * Refer to the COPYING file of the official project for license.
  10. *****************************************************************************/
  11. #import "VLCServerBrowsingTVViewController.h"
  12. @interface VLCSearchableServerBrowsingTVViewController : VLCServerBrowsingTVViewController
  13. @end