a5a8b38522b653c89f1e81b56639ba1bb562a786
[platform/upstream/gstreamer.git] / tutorials / xcode iOS / Tutorial 2 / AppDelegate.h
1 #import <UIKit/UIKit.h>
2
3 @interface AppDelegate : UIResponder <UIApplicationDelegate>
4
5 @property (strong, nonatomic) UIWindow *window;
6
7 @end