gstreamer/examples/tutorials/xcode iOS/Tutorial 5/AppDelegate.h

7 lines
141 B
Objective-C

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