From 8a752c04771b28d82dce988849cad84ddaf3ea2c Mon Sep 17 00:00:00 2001 From: FivePixels Date: Fri, 17 Jul 2020 10:06:30 -0500 Subject: Initial Commit --- Headers.h | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 Headers.h (limited to 'Headers.h') diff --git a/Headers.h b/Headers.h new file mode 100644 index 0000000..1085902 --- /dev/null +++ b/Headers.h @@ -0,0 +1,68 @@ +#import + +@interface PLPlatterCustomContentView : UIView +@end + +@interface QRTMediaModuleViewController : UIView +@end + +@interface SBDisplayItem: NSObject +@property (nonatomic,copy,readonly) NSString * bundleIdentifier; +@end + +@interface SBApplication : NSObject +@property (nonatomic,readonly) NSString * bundleIdentifier; +@end + + +@interface SBAppLayout:NSObject +@property (nonatomic,copy) NSDictionary * rolesToLayoutItemsMap; +@end + +@interface SBMainSwitcherViewController: UIViewController +-(void)_deleteAppLayout:(id)arg1 forReason:(long long)arg2; ++(id)sharedInstance; +-(id)recentAppLayouts; +@end + +@interface SBMediaController : NSObject ++(id)sharedInstance; +-(SBApplication *)nowPlayingApplication; +-(BOOL)isPaused; +-(BOOL)isPlaying; +@end +@interface CSCoverSheetViewControllerBase : UIViewController +@end +@interface CSNotificationAdjunctListViewController : CSCoverSheetViewControllerBase { +NSMutableDictionary* _identifiersToItems; +} +@property (nonatomic,retain) NSMutableDictionary * identifiersToItems; +-(void)_removeItem:(id)arg1 animated:(BOOL)arg2; +-(void)_insertItem:(id)arg1 animated:(BOOL)arg2; +@end +@interface CSCombinedListViewController : CSCoverSheetViewControllerBase +-(CSNotificationAdjunctListViewController *)adjunctListViewController; +@end +@interface CSPresentationViewController : CSCoverSheetViewControllerBase +@end +@interface CSPageViewController : CSPresentationViewController +@end +@interface CSMainPageContentViewController : CSPageViewController +-(CSCombinedListViewController *)combinedListViewController; +@end +@interface CSCoverSheetViewController : UIViewController +-(CSMainPageContentViewController *)mainPageContentViewController; +@end +@interface SBLockScreenManager : NSObject ++(id)sharedInstance; +-(CSCoverSheetViewController *)coverSheetViewController; +@end + +@interface CSAdjunctListItemView : UIView +@end + +@interface CSAdjunctListItem : NSObject +@end + +@interface CSMediaControlsView : UIView +@end -- cgit v1.2.3