Files
PINRemoteImage/Example/PINRemoteImage/PINAppDelegate.h
Garrett Moon 9d2bd31f95 1.0
2015-07-22 17:29:31 -07:00

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