gstreamer/gst-sdk/tutorials/xcode iOS/Tutorial 3/AppDelegate.h

8 lines
141 B
C
Raw Normal View History

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