-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAKFInputView.h
50 lines (44 loc) · 1.9 KB
/
AKFInputView.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <UIKit/UIView.h>
@class AKFTextField, NSMutableArray, UIColor;
@protocol AKFCAShapeLayer;
@interface AKFInputView : UIView
{
id <AKFCAShapeLayer> _backgroundLayer;
id <AKFCAShapeLayer> _pickerIconLayer;
NSMutableArray *_constraints;
_Bool _needsUpdateBackground;
UIColor *_borderColor;
double _borderWidth;
UIView *_contentView;
double _cornerRadius;
UIColor *_inputBackgroundColor;
unsigned long long _roundedCorners;
AKFTextField *_textField;
UIColor *_inputColor;
long long _style;
struct UIEdgeInsets _contentInsets;
}
@property(nonatomic) long long style; // @synthesize style=_style;
@property(copy, nonatomic) UIColor *inputColor; // @synthesize inputColor=_inputColor;
@property(retain, nonatomic) AKFTextField *textField; // @synthesize textField=_textField;
@property(nonatomic) unsigned long long roundedCorners; // @synthesize roundedCorners=_roundedCorners;
@property(copy, nonatomic) UIColor *inputBackgroundColor; // @synthesize inputBackgroundColor=_inputBackgroundColor;
@property(nonatomic) double cornerRadius; // @synthesize cornerRadius=_cornerRadius;
@property(readonly, nonatomic) UIView *contentView; // @synthesize contentView=_contentView;
@property(nonatomic) struct UIEdgeInsets contentInsets; // @synthesize contentInsets=_contentInsets;
@property(nonatomic) double borderWidth; // @synthesize borderWidth=_borderWidth;
@property(copy, nonatomic) UIColor *borderColor; // @synthesize borderColor=_borderColor;
- (void).cxx_destruct;
- (void)_layoutPickerViewForBackgroundFrame:(struct CGRect)arg1;
- (void)_setNeedsUpdateBackground;
- (void)layoutSubviews;
- (void)updateConstraints;
- (void)invalidateIntrinsicContentSize;
- (struct CGSize)intrinsicContentSize;
- (id)initWithFrame:(struct CGRect)arg1;
@end