gstreamer/gst-sdk/tutorials/xcode iOS/Tutorial 5/AppDelegate.h
2013-05-17 15:04:35 +02:00

7 lines
141 B
Objective-C

#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end