gstreamer/gst-sdk/tutorials/xcode iOS/Tutorial 4/LibraryViewController.h

12 lines
180 B
C
Raw Normal View History

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