123456789101112131415 |
- //
- // ImagePreviewViewController.h
- // WFChat UIKit
- //
- // Created by WF Chat on 2017/9/8.
- // Copyright © 2017年 WildFireChat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface WFCUImagePreviewViewController : UIViewController
- @property (nonatomic, strong)NSString *imageUrl;
- @property (nonatomic, strong)UIImage *thumbnail;
- @property (nonatomic, strong)UIImage *image;
- @end
|