mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-14 04:16:35 +00:00
11 lines
180 B
Objective-C
11 lines
180 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface LibraryViewController : UITableViewController
|
|
{
|
|
NSArray *mediaEntries;
|
|
NSArray *onlineEntries;
|
|
}
|
|
|
|
- (IBAction)refresh:(id)sender;
|
|
|
|
@end
|