Files
gstreamer/subprojects/gst-docs/examples/tutorials/xcode iOS/Tutorial 4/AppDelegate.h
T
Akkariin Meiko 27c4ec74a1 Update
2022-03-12 03:16:09 +08:00

8 lines
141 B
Objective-C

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