gstreamer/examples/tutorials/xcode iOS/Tutorial 1/ViewController.h

9 lines
155 B
Objective-C

#import <UIKit/UIKit.h>
@interface ViewController : UIViewController {
IBOutlet UILabel *label;
}
@property (retain,nonatomic) UILabel *label;
@end