123456789101112131415161718 |
- //
- // ShowImageVC.h
- // smartRhino
- //
- // Created by niuzhen on 2020/10/10.
- // Copyright © 2020 tederen. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface ShowImageVC : UIViewController
- @property (copy,nonatomic) NSString * url;
- @end
- NS_ASSUME_NONNULL_END
|