GraphicsRendererSpeed/AppDelegate.h (4 lines of code) (raw):
//
// AppDelegate.h
// GraphicsRendererSpeed
//
// Copyright © 2020 Twitter. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end