|
@@ -30,6 +30,7 @@
|
|
@interface VLCMediaListAspect : NSObject
|
|
@interface VLCMediaListAspect : NSObject
|
|
{
|
|
{
|
|
void * p_mlv; //< Internal instance of media list view
|
|
void * p_mlv; //< Internal instance of media list view
|
|
|
|
+ NSMutableArray * cachedMedia;
|
|
}
|
|
}
|
|
|
|
|
|
- (VLCMedia *)mediaAtIndex:(int)index;
|
|
- (VLCMedia *)mediaAtIndex:(int)index;
|