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