VLCCloudServiceCellTableViewCell.h 252 B

1234567891011121314
  1. //
  2. // VLCCloudServiceCellTableViewCell.h
  3. // VLC for iOS
  4. //
  5. // Created by Carola Nitz on 23/12/14.
  6. // Copyright (c) 2014 VideoLAN. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface VLCCloudServiceCellTableViewCell : UITableViewCell
  10. @end