|
@@ -10,7 +10,6 @@
|
|
#import "AQGridView.h"
|
|
#import "AQGridView.h"
|
|
|
|
|
|
@class VLCMovieViewController;
|
|
@class VLCMovieViewController;
|
|
-@class VLCAboutViewController;
|
|
|
|
@class VLCAddMediaViewController;
|
|
@class VLCAddMediaViewController;
|
|
|
|
|
|
@interface VLCPlaylistViewController : UIViewController <AQGridViewDataSource, AQGridViewDelegate, UITableViewDataSource, UITableViewDelegate, UITabBarDelegate, UIPopoverControllerDelegate>
|
|
@interface VLCPlaylistViewController : UIViewController <AQGridViewDataSource, AQGridViewDelegate, UITableViewDataSource, UITableViewDelegate, UITabBarDelegate, UIPopoverControllerDelegate>
|
|
@@ -19,9 +18,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
@property (nonatomic, strong) VLCMovieViewController *movieViewController;
|
|
@property (nonatomic, strong) VLCMovieViewController *movieViewController;
|
|
-@property (nonatomic, strong) VLCAboutViewController *aboutViewController;
|
|
|
|
@property (nonatomic, strong) VLCAddMediaViewController *addMediaViewController;
|
|
@property (nonatomic, strong) VLCAddMediaViewController *addMediaViewController;
|
|
-
|
|
|
|
@property (nonatomic, strong) UIPopoverController *addMediaPopoverController;
|
|
@property (nonatomic, strong) UIPopoverController *addMediaPopoverController;
|
|
|
|
|
|
@property (nonatomic, strong) IBOutlet UITableView *tableView;
|
|
@property (nonatomic, strong) IBOutlet UITableView *tableView;
|