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

10 lines
155 B
C
Raw Normal View History

2013-04-29 15:45:38 +00:00
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController {
IBOutlet UILabel *label;
}
@property (retain,nonatomic) UILabel *label;
@end