12345678910111213141516171819 |
- //
- // AppDelegate.h
- // vsyncanalysis
- //
- // Created by Alexandre Janniaux on 27/10/2021.
- //
- //#import <UIKit/UIKit.h>
- #if 0
- @interface AppDelegate : UIResponder <UIApplicationDelegate>
- @property (strong, nonatomic) UIWindow *window;
- @end
- #endif
|