mirror of
https://github.com/zhigang1992/libpag.git
synced 2026-04-28 20:15:42 +08:00
19 lines
274 B
Objective-C
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
|
|
|