-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathTweak.h
249 lines (199 loc) · 6.61 KB
/
Tweak.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
#import <CoreTelephony/CTTelephonyNetworkInfo.h>
#import <CoreTelephony/CTCarrier.h>
@interface BSUICAPackageView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface CSTeachableMomentsContainerView : UIView
@property(nonatomic, strong, readwrite)UIView* controlCenterGrabberContainerView;
@end
@interface _UIScrollViewScrollIndicator
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface MTMaterialView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface _UIStatusBarCellularSignalView : UIView
@end
@interface _UIStatusBarWifiSignalView : UIView
@end
@interface _UIBatteryView : UIView
@end
@interface SparkBatteryView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface NCNotificationListHeaderTitleView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface MTLumaDodgePillSettings
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface SBFluidSwitcherIconImageContainerView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface CCUIStatusBar
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface SBFolderTitleTextField
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface SBFolderBackgroundView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface SBFolderControllerBackgroundView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface SBIconBadgeView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface SBHEditingDoneButton
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface _SFDimmingButton
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface SBXCloseBoxView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface _UIInterfaceActionVibrantSeparatorView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface _UITableViewCellSeparatorView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface _UIInterfaceActionBlankSeparatorView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface SBFluidSwitcherItemContainerHeaderView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface _UIStatusBar
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface WGWidgetListFooterView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface _UIStatusBarPillView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface SBDockView : UIView {
UIView *_backgroundView;
}
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface SBFloatingDockPlatterView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface UITabBarButtonLabel
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface SBIconBetaLabelAccessoryView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface SBIconRecentlyUpdatedLabelAccessoryView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface SBHomeScreenBackdropView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface _UIStatusBarImageView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface SBIconCloudLabelAccessoryView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface _UIStatusBarStringView : UILabel
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface WGWidgetWrapperView : UIView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface SBSearchBar : UIView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface CSQuickActionsView : UIView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@end
@interface _SFNavigationBarURLButton : UIView
@end
@interface _UITableCellAccessoryButton : UIImageView
@end
@interface TabIconAndTitleView : UIImageView
@end
@interface NCNotificationListSectionRevealHintView : UIView
@end
@interface SBUILegibilityLabel : UIView
@property(nonatomic, assign, readwrite)NSString* string;
@property (assign,nonatomic) long long textAlignment;
- (void)setFont:(UIFont *)arg1;
- (id)_viewControllerForAncestor;
@end
@interface SBUIProudLockIconView : UIView
@end
@interface SBIconListPageControl
@end
@interface SBIconView : UIView
@end
@interface TFNItemsDataViewController : NSObject
- (id)itemAtIndexPath:(id)arg1;
@end
@interface Post : NSObject
@end
static BOOL enabled = YES;
static BOOL padlock = NO;
static BOOL ccbar = NO;
static BOOL pagedots = NO;
static BOOL scrollbar = NO;
static BOOL dock = NO;
static BOOL dockbackground = NO;
static BOOL sbtime = NO;
static BOOL sbsignal = NO;
static BOOL sbwifi = NO;
static BOOL sbbattery = NO;
static BOOL homebar = NO;
static BOOL safarisearchbg = NO;
static BOOL safariclosetabbutton = NO;
static BOOL settingsarrow = NO;
static BOOL quickactiontoggles = NO;
static BOOL notificationcentertext = NO;
static BOOL breadcrumb = NO;
static BOOL appswitchericons = NO;
static BOOL appswitcherlabels = NO;
static BOOL ccstatusbar = NO;
static BOOL foldertitle = NO;
static BOOL folderblur = NO;
static BOOL iconbadge = NO;
static BOOL editingdonebutton = NO;
static BOOL folderbackground = NO;
static BOOL safarifavicon = NO;
static BOOL xdeletebutton = NO;
static BOOL separator = NO;
static BOOL appswitcherheader = NO;
static BOOL statusbar = NO;
static BOOL sbcellular = NO;
static BOOL widgetfooter = NO;
static BOOL sbpill = NO;
static BOOL nooldernotifications = NO;
static BOOL nofaceidglyph = NO;
static BOOL dnd = NO;
static BOOL tablabel = NO;
static BOOL betadots = NO;
static BOOL updatedots = NO;
static BOOL sbcellulartext = NO;
static BOOL swipetext = NO;
static BOOL hsbackdrop = NO;
static BOOL applabels = NO;
static BOOL sbicons = NO;
static BOOL todayview = NO;
static BOOL offloadedicon = NO;
static BOOL dock_disable = NO;
static BOOL twitterads = NO;
static BOOL redditads = NO;
static BOOL shuttersound = NO;
static BOOL cameraquickactiontoggles = NO;
static BOOL torchquickactiontoggles = NO;
static BOOL videoshuttersound = NO;
static BOOL chargesound = NO;
static BOOL endvideoshuttersound = NO;
static BOOL NoKeyPressSound = NO;
static BOOL endlocksound = NO;
BOOL hidesbtime = NO;