Split out documentation into subfolders.
[platform/upstream/gstreamer.git] / examples / tutorials / xcode iOS / Tutorial 1 / ViewController.h
1 #import <UIKit/UIKit.h>
2
3 @interface ViewController : UIViewController {
4     IBOutlet UILabel *label;
5 }
6
7 @property (retain,nonatomic) UILabel *label;
8
9 @end