VLCLocalNetworkServerTVCell.h 290 B

12345678910111213141516
  1. //
  2. // VLCLocalNetworkServerTVCell.h
  3. // VLC for iOS
  4. //
  5. // Created by Tobias Conradi on 27.10.15.
  6. // Copyright © 2015 VideoLAN. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. extern NSString *const VLCLocalServerTVCell;
  10. @interface VLCLocalNetworkServerTVCell : UITableViewCell
  11. @end