This repository was archived by the owner on Dec 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathPSTableCell.h
93 lines (89 loc) · 2.88 KB
/
PSTableCell.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import <UIKit/UIKit.h>
@class NSString, PSSpecifier, UIImageView, UILongPressGestureRecognizer;
@interface PSTableCell : UITableViewCell
{
id _value;
UIImageView *_checkedImageView;
_Bool _checked;
_Bool _shouldHideTitle;
NSString *_hiddenTitle;
int _alignment;
SEL _pAction;
id _pTarget;
_Bool _cellEnabled;
PSSpecifier *_specifier;
long long _type;
_Bool _lazyIcon;
_Bool _lazyIconDontUnload;
_Bool _lazyIconForceSynchronous;
NSString *_lazyIconAppID;
_Bool _reusedCell;
_Bool _isCopyable;
UILongPressGestureRecognizer *_longTapRecognizer;
}
- (id)_viewControllerForAncestor;
+ (Class)cellClassForSpecifier:(id)arg1;
+ (long long)cellStyle;
+ (id)reuseIdentifierForSpecifier:(id)arg1;
+ (id)reuseIdentifierForClassAndType:(long long)arg1;
+ (id)reuseIdentifierForBasicCellTypes:(long long)arg1;
+ (id)stringFromCellType:(long long)arg1;
+ (long long)cellTypeFromString:(id)arg1;
@property(retain, nonatomic) UILongPressGestureRecognizer *longTapRecognizer; // @synthesize longTapRecognizer=_longTapRecognizer;
@property(nonatomic) _Bool isCopyable; // @synthesize isCopyable=_isCopyable;
@property(nonatomic) _Bool reusedCell; // @synthesize reusedCell=_reusedCell;
@property(nonatomic) long long type; // @synthesize type=_type;
@property(retain, nonatomic) PSSpecifier *specifier; // @synthesize specifier=_specifier;
- (double)textFieldOffset;
- (void)reloadWithSpecifier:(id)arg1 animated:(_Bool)arg2;
- (_Bool)cellEnabled;
- (void)setCellEnabled:(_Bool)arg1;
- (SEL)cellAction;
- (void)setCellAction:(SEL)arg1;
- (id)cellTarget;
- (void)setCellTarget:(id)arg1;
- (SEL)action;
- (void)setAction:(SEL)arg1;
- (id)target;
- (void)setTarget:(id)arg1;
- (void)setAlignment:(int)arg1;
- (id)iconImageView;
- (id)valueLabel;
- (id)titleLabel;
- (id)value;
- (void)setValue:(id)arg1;
- (void)setIcon:(id)arg1;
- (_Bool)canBeChecked;
- (_Bool)isChecked;
- (void)setChecked:(_Bool)arg1;
- (void)setShouldHideTitle:(_Bool)arg1;
- (void)setTitle:(id)arg1;
- (id)title;
- (id)getIcon;
- (void)forceSynchronousIconLoadOnNextIconLoad;
- (void)cellRemovedFromView;
- (id)blankIcon;
- (id)getLazyIconID;
- (id)getLazyIcon;
- (id)_contentString;
- (_Bool)canReload;
- (void)setHighlighted:(_Bool)arg1 animated:(_Bool)arg2;
- (void)setSelected:(_Bool)arg1 animated:(_Bool)arg2;
- (id)titleTextLabel;
- (void)setValueChangedTarget:(id)arg1 action:(SEL)arg2 specifier:(id)arg3;
- (void)layoutSubviews;
- (void)prepareForReuse;
- (void)refreshCellContentsWithSpecifier:(id)arg1;
- (_Bool)canPerformAction:(SEL)arg1 withSender:(id)arg2;
- (void)copy:(id)arg1;
- (id)_copyableText;
- (void)longPressed:(id)arg1;
- (_Bool)canBecomeFirstResponder;
- (void)dealloc;
- (id)initWithStyle:(long long)arg1 reuseIdentifier:(id)arg2 specifier:(id)arg3;
@end