联系我们修改

This commit is contained in:
kai60
2020-06-20 21:35:31 +08:00
parent 1ba176bf37
commit 2cc38e21dc
9 changed files with 290 additions and 21 deletions
@@ -0,0 +1,19 @@
//
// 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) UIImageView *imageView;
@property (nonatomic, strong) UIImage *image;
@property (nonatomic, strong) NSString *type;
@end
NS_ASSUME_NONNULL_END