ifish/Ifish/controllers/IfishTabControllers/我的/mineControllers/InfoByImageViewController.h

22 lines
490 B
Objective-C

//
// InfoByImageViewController.h
// Ifish
//
// Created by 祝发冬 on 2020/6/20.
// Copyright © 2020 lianlian. All rights reserved.
//
#import "BaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface InfoByImageViewController : BaseViewController
@property (nonatomic, strong) UIScrollView *scrollView;
@property (nonatomic, strong) UIImageView *imageView;
@property (nonatomic, strong) UIImage *image;
@property (nonatomic, strong) NSString *type;
@end
NS_ASSUME_NONNULL_END