mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-06-13 17:36:05 +08:00
16 lines
292 B
Objective-C
16 lines
292 B
Objective-C
//
|
|
// PINAppDelegate.h
|
|
// PINRemoteImage
|
|
//
|
|
// Created by CocoaPods on 08/11/2014.
|
|
// Copyright (c) 2014 Garrett Moon. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface PINAppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
@end
|