gstreamer/gst-sdk/tutorials/xcode iOS/Tutorial 5/LibraryViewController.h
2013-05-22 12:51:35 +02:00

12 lines
209 B
Objective-C

#import <UIKit/UIKit.h>
@interface LibraryViewController : UITableViewController
{
NSArray *libraryEntries;
NSArray *mediaEntries;
NSArray *onlineEntries;
}
- (IBAction)refresh:(id)sender;
@end