Files
CRBoxInputView/PodCode/Classes/CRSecrectImageView.h

22 lines
423 B
C
Raw Permalink Normal View History

2019-01-07 14:46:50 +08:00
//
2019-06-10 22:39:57 +08:00
// CRSecrectImageView.h
2019-01-07 14:46:50 +08:00
// CRBoxInputView_Example
//
2019-06-10 22:39:57 +08:00
// Created by Chobits on 2019/6/10.
2019-01-07 14:46:50 +08:00
// Copyright © 2019 BearRan. All rights reserved.
//
2019-06-10 22:39:57 +08:00
#import <UIKit/UIKit.h>
2019-01-07 14:46:50 +08:00
NS_ASSUME_NONNULL_BEGIN
2019-06-10 22:39:57 +08:00
@interface CRSecrectImageView : UIView
2019-01-07 14:46:50 +08:00
2019-06-11 07:59:27 +08:00
@property (strong, nonatomic) UIImage *image;
@property (assign, nonatomic) CGFloat imageWidth;
@property (assign, nonatomic) CGFloat imageHeight;
2019-01-07 14:46:50 +08:00
@end
NS_ASSUME_NONNULL_END