forked from broha22/CSwitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshared.h
More file actions
executable file
·166 lines (155 loc) · 5.54 KB
/
shared.h
File metadata and controls
executable file
·166 lines (155 loc) · 5.54 KB
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
<<<<<<< HEAD
@interface NSUserDefaults (UFS_Category)
- (id)objectForKey:(NSString *)key inDomain:(NSString *)domain;
- (void)setObject:(id)value forKey:(NSString *)key inDomain:(NSString *)domain;
@end
@interface SBAppSwitcherModel : NSObject
+ (id)sharedInstance;
- (void)removeDisplayItem:(id)arg1 ;
- (void)remove:(id)arg1;
- (id)identifiers;
- (id)snapshotOfFlattenedArrayOfAppIdentifiersWhichIsOnlyTemporary;
=======
@interface SBAppSwitcherModel : NSObject
+ (id)sharedInstance;
- (void)remove:(id)arg1;
>>>>>>> cb7d7214b8270405dd160e74854fea27d457ef3e
@end
@interface SBControlCenterSectionViewController : UIViewController
@end
@interface SBCCQuickLaunchSectionController : UIViewController
@end
@interface SBControlCenterSectionView : UIView
<<<<<<< HEAD
@property (assign,nonatomic) UIView *leftSection; //@synthesize leftSection=_leftSection - In the implementation block
=======
>>>>>>> cb7d7214b8270405dd160e74854fea27d457ef3e
@end
@interface SBControlCenterContentView : UIView
@property(retain, nonatomic) SBCCQuickLaunchSectionController *quickLaunchSection; // @synthesize quickLaunchSection=_quickLaunchSection;
@property(retain, nonatomic) SBControlCenterSectionViewController *airplaySection; // @synthesize airplaySection=_airplaySection;
@property(retain, nonatomic) SBControlCenterSectionViewController *mediaControlsSection; // @synthesize mediaControlsSection=_mediaControlsSection;
@property(retain, nonatomic) SBControlCenterSectionViewController *brightnessSection;
@end
@interface SBControlCenterSeparatorView : UIView
@end
@interface SBIconModel : NSObject
- (id)expectedIconForDisplayIdentifier:(id)arg1;
@end
@interface SBIconController : NSObject
+ (SBIconController *)sharedInstance;
- (SBIconModel *)model;
@end
@interface SBIcon : NSObject
- (void)launchFromLocation:(int)arg1;
<<<<<<< HEAD
-(id)applicationBundleID;
=======
>>>>>>> cb7d7214b8270405dd160e74854fea27d457ef3e
@end
@interface SBIconView : UIView
- (id)initWithDefaultSize;
@property(retain, nonatomic) SBIcon *icon;
@property(assign, nonatomic) id delegate;
- (void)setHighlighted:(BOOL)arg1;
- (void)setIsEditing:(BOOL)arg1 animated:(BOOL)arg2;
- (void)_updateAdaptiveColors;
- (UIImageView *)_iconImageView;
- (void)setLabelHidden:(_Bool)arg1;
- (void)_applyIconAccessoryAlpha:(double)arg1;
@end
<<<<<<< HEAD
@interface SBAppSwitcherController : NSObject
+ (id)sharedController;
- (id)_beginAppListAccess;
- (id)_snapshotViewForDisplayIdentifier:(id)arg1;
- (id)_generateCellViewForIndex:(unsigned long long)arg1;
- (void)_updateSnapshots;
- (id)_flattenedArrayOfDisplayItemsFromDisplayLayouts:(id)arg1;
@end
=======
>>>>>>> cb7d7214b8270405dd160e74854fea27d457ef3e
@interface SBAppSliderController : NSObject
+ (id)sharedController;
- (id)_beginAppListAccess;
- (id)_snapshotViewForDisplayIdentifier:(id)arg1;
- (id)_generateCellViewForIndex:(unsigned long long)arg1;
- (void)_updateSnapshots;
@end
@interface SBUIController : NSObject
+ (id)sharedInstance;
<<<<<<< HEAD
- (id)_appSwitcherController;
=======
>>>>>>> cb7d7214b8270405dd160e74854fea27d457ef3e
- (id)_appSliderController;
- (void)activateApplicationAnimated:(id)arg1;
@end
@interface SBControlCenterController : NSObject
- (void)presentAnimated:(BOOL)arg1;
+ (id)sharedInstance;
@end
@interface UICSWindow : UIWindow
@end
@interface SBCCButtonLayoutView : UIView
@end
@interface SpringBoard : UIApplication
- (id)_accessibilityRunningApplications;
- (void)cancelMenuButtonRequests;
- (void)_handleMenuButtonEvent;
- (BOOL)isLocked;
- (long long)activeInterfaceOrientation;
- (UICSWindow *)CSWindow;
@end
@interface __NSArrayM : NSMutableArray
@end
@interface SBApplication : NSObject
- (id)bundle;
@end
@interface SBApplicationController : NSObject
+ (id)sharedInstance;
<<<<<<< HEAD
-(id)applicationWithBundleIdentifier:(id)arg1;
- (id)applicationWithDisplayIdentifier:(id)arg1;
@end
@interface SBAppSwitcherSnapshotView : UIView
- (UIImageView *)_snapshotImage;
- (struct CGSize)sizeThatFits:(struct CGSize)arg1;
@property (assign,nonatomic) long long orientation; //@synthesize orientation=_orientation - In the implementation block
-(id)initWithDisplayItem:(id)arg1 application:(id)arg2 orientation:(long long)arg3 async:(bool)arg4 withQueue:(id)arg5 statusBarCache:(id)arg6 ;
@end
@interface SBAppSliderSnapshotView : UIView
- (UIImageView *)_snapshotImage;
@property(nonatomic) long long orientation; // @synthesize orientation=_orientation;
- (struct CGSize)sizeThatFits:(struct CGSize)arg1;
- (id)initWithApplication:(id)app orientation:(int)orientation async:(BOOL)arg withQueue:(id)queue statusBarCache:(id)arg2;
@end
=======
- (id)applicationWithDisplayIdentifier:(id)arg1;
@end
@interface SBAppSliderSnapshotView : UIView
- (UIImageView *)_snapshotImage;
- (struct CGSize)sizeThatFits:(struct CGSize)arg1;
- (id)initWithApplication:(id)app orientation:(int)orientation async:(BOOL)arg withQueue:(id)queue statusBarCache:(id)arg2;
@end
>>>>>>> cb7d7214b8270405dd160e74854fea27d457ef3e
@interface SBAppSwitcherPageView : UIView
- (id)initWithFrame:(struct CGRect)arg1;
- (void)setView:(id)arg1 animated:(_Bool)arg2;
@end
@interface BKSCFBundle : NSObject
- (id)executablePath;
@end
@interface SBCloseBoxView : UIButton
<<<<<<< HEAD
@end
@interface SBDisplayLayout : NSObject
-(id)description;
-(id)uniqueStringRepresentation;
@end
@interface SBDisplayItem : NSObject
@property (nonatomic,readonly) NSString * type; //@synthesize type=_type - In the implementation block
+(id)displayItemWithType:(NSString*)arg1 displayIdentifier:(id)arg2 ;
=======
>>>>>>> cb7d7214b8270405dd160e74854fea27d457ef3e
@end