// // AppDelegate.h // PDFViewer // // Created by kdan on 2022/11/14. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @end