iOS/ScreenSharing/ScreenSharing/AppDelegate.h (4 lines of code) (raw):
//
// AppDelegate.h
// ScreenSharing
//
// Created by mark on 2021/4/20.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow * window;
@end