gstreamer/gst-sdk/tutorials/xcode iOS/Tutorial 1/AppDelegate.h
2013-04-30 10:51:00 +02:00

7 lines
141 B
Objective-C

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