mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
9 lines
155 B
Objective-C
9 lines
155 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface ViewController : UIViewController {
|
|
IBOutlet UILabel *label;
|
|
}
|
|
|
|
@property (retain,nonatomic) UILabel *label;
|
|
|
|
@end
|