Ver código fonte

Use generic UIViewController when possible

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Romain Goyet 12 anos atrás
pai
commit
a5b8236c49
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      AspenProject/VLCPlaylistViewController.h

+ 1 - 1
AspenProject/VLCPlaylistViewController.h

@@ -18,7 +18,7 @@
 @interface VLCPlaylistViewController : UIViewController <UITabBarDelegate, UIPopoverControllerDelegate>
 
 @property (nonatomic, strong) VLCMovieViewController *movieViewController;
-@property (nonatomic, strong) VLCMenuViewController *menuViewController;
+@property (nonatomic, strong) UIViewController *menuViewController;
 @property (nonatomic, strong) UIPopoverController *addMediaPopoverController;
 
 @property (nonatomic, strong) UITableView *tableView;