AppDelegate.h 253 B

12345678910111213141516171819
  1. //
  2. // AppDelegate.h
  3. // vsyncanalysis
  4. //
  5. // Created by Alexandre Janniaux on 27/10/2021.
  6. //
  7. //#import <UIKit/UIKit.h>
  8. #if 0
  9. @interface AppDelegate : UIResponder <UIApplicationDelegate>
  10. @property (strong, nonatomic) UIWindow *window;
  11. @end
  12. #endif