mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-06-15 02:09:20 +08:00
16 lines
294 B
Objective-C
16 lines
294 B
Objective-C
//
|
|
// WebPViewController.h
|
|
// PINRemoteImage
|
|
//
|
|
// Created by Garrett Moon on 7/14/15.
|
|
// Copyright (c) 2015 Garrett Moon. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface WebPViewController : UIViewController
|
|
|
|
@property (nonatomic, weak) IBOutlet UIImageView *imageView;
|
|
|
|
@end
|