gstreamer/gst-sdk/tutorials/xcode iOS/Tutorial 1/ViewController.h
2013-04-30 10:51:00 +02:00

9 lines
155 B
Objective-C

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