Files
libpag/ios/PAGViewer/AppDelegate.h
2022-01-13 22:27:11 +08:00

19 lines
274 B
Objective-C

//
// AppDelegate.h
// PAGViewer
//
// Created by dom on 25/09/2017.
// Copyright © 2017 idom.me. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate> {
}
@property(strong, nonatomic) UIWindow* window;
@end