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

16 lines
306 B
Objective-C

//
// ProcessingViewController.h
// PINRemoteImage
//
// Created by Garrett Moon on 7/16/15.
// Copyright (c) 2015 Garrett Moon. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ProcessingViewController : UIViewController
@property (nonatomic, weak) IBOutlet UIImageView *imageView;
@end