├── Headers ├── ControlCenterServices │ ├── BSAbstractDefaultDomain.h │ ├── CCSControlCenterDefaults.h │ ├── CCSModuleMetadata.h │ ├── CCSModuleRepository.h │ ├── CCSModuleSettingsProvider.h │ ├── CCSUsageMetrics.h │ ├── ControlCenterServices-Structs.h │ ├── ControlCenterServices.h │ └── LSApplicationWorkspaceObserverProtocol.h ├── ControlCenterUI │ ├── CCSModuleRepositoryObserver.h │ ├── CCSModuleSettingsProviderObserver.h │ ├── CCUIAnimation.h │ ├── CCUIAnimationBatch.h │ ├── CCUIAnimationCustomTimingFunctionParameters.h │ ├── CCUIAnimationParameters.h │ ├── CCUIAnimationRunner.h │ ├── CCUIAnimationTimingFunctionDescription.h │ ├── CCUIC2AnimationParameters.h │ ├── CCUICAAnimationFactory.h │ ├── CCUICABasicAnimationFactory.h │ ├── CCUICABasicAnimationParameters.h │ ├── CCUICASpringAnimationFactory.h │ ├── CCUICASpringAnimationParameters.h │ ├── CCUIContentModuleBackgroundView.h │ ├── CCUIContentModuleContainerTransition.h │ ├── CCUIContentModuleContainerView.h │ ├── CCUIContentModuleContainerViewController.h │ ├── CCUIContentModuleContainerViewControllerDelegate.h │ ├── CCUIContentModuleContentContainerView.h │ ├── CCUIContentModuleContextDelegate.h │ ├── CCUIControlCenterDefaults.h │ ├── CCUIControlCenterPositionProvider.h │ ├── CCUIControlCenterPositionProviderPackingRule.h │ ├── CCUIDismissalGestureRecognizer.h │ ├── CCUIExpandedModuleBackgroundView.h │ ├── CCUIFlickGestureRecognizer.h │ ├── CCUIHeaderPocketView.h │ ├── CCUIHostStatusBarStyleProvider.h │ ├── CCUILayoutOptions.h │ ├── CCUILayoutView.h │ ├── CCUILayoutViewLayoutSource.h │ ├── CCUIModularControlCenterCardView.h │ ├── CCUIModularControlCenterCardViewController.h │ ├── CCUIModularControlCenterCardViewControllerDelegate.h │ ├── CCUIModularControlCenterOverlayViewController.h │ ├── CCUIModularControlCenterOverlayViewControllerDelegate.h │ ├── CCUIModularControlCenterViewController.h │ ├── CCUIModuleCollectionView.h │ ├── CCUIModuleCollectionViewController.h │ ├── CCUIModuleCollectionViewControllerDelegate.h │ ├── CCUIModuleInstance.h │ ├── CCUIModuleInstanceManager.h │ ├── CCUIModuleInstanceManagerObserver.h │ ├── CCUIModuleSettings.h │ ├── CCUIModuleSettingsManager.h │ ├── CCUIModuleSettingsManagerObserver.h │ ├── CCUIMutableC2AnimationParameters.h │ ├── CCUIMutableCABasicAnimationParameters.h │ ├── CCUIMutableCASpringAnimationParameters.h │ ├── CCUIMutableLayoutOptions.h │ ├── CCUIOverlayFlickGestureBehavior.h │ ├── CCUIOverlayMetricsProvider.h │ ├── CCUIOverlayPresentationProvider.h │ ├── CCUIOverlayScaleFadePresentationProvider.h │ ├── CCUIOverlaySlideUpPresentationProvider.h │ ├── CCUIOverlayStatusBarPresentationProvider.h │ ├── CCUIOverlayTransitionState.h │ ├── CCUIOverlayViewProvider.h │ ├── CCUISafeAppearancePropagationProvider.h │ ├── CCUIScrollView.h │ ├── CCUIScrollViewDelegate.h │ ├── CCUIStatusBar.h │ ├── CCUIStatusBarDelegate.h │ ├── CCUIStatusBarStyleSnapshot.h │ ├── CCUIStatusLabel.h │ ├── CCUIStatusLabelViewController.h │ ├── CCUIStatusLabelViewControllerDelegate.h │ ├── CCUIStatusUpdateQueue.h │ ├── ControlCenterUI-Structs.h │ ├── ControlCenterUI.h │ ├── UIGestureRecognizerDelegate.h │ ├── UIPreviewInteractionDelegatePrivate.h │ ├── _UIBasicAnimationFactory.h │ └── _UIPreviewInteractionViewControllerTransition.h └── ControlCenterUIKit │ ├── CCUIAppLauncherModule.h │ ├── CCUIAppLauncherViewController.h │ ├── CCUIButtonModuleView.h │ ├── CCUIButtonModuleViewController.h │ ├── CCUICAPackageDescription.h │ ├── CCUICAPackageView.h │ ├── CCUIContentClipping.h │ ├── CCUIContentModule.h │ ├── CCUIContentModuleContentViewController.h │ ├── CCUIContentModuleContext.h │ ├── CCUIContentModuleExpandedStateListener.h │ ├── CCUIContentModuleTopLevelGestureProvider.h │ ├── CCUIControlCenterButton.h │ ├── CCUIControlCenterLabel.h │ ├── CCUIControlCenterMaterialView.h │ ├── CCUIControlCenterSlider.h │ ├── CCUIControlCenterVisualEffect.h │ ├── CCUIGroupRendering.h │ ├── CCUILabeledRoundButton.h │ ├── CCUILabeledRoundButtonViewController.h │ ├── CCUIMenuModuleAnimationController.h │ ├── CCUIMenuModuleItemView.h │ ├── CCUIMenuModulePresentationController.h │ ├── CCUIMenuModuleTransitioningDelegate.h │ ├── CCUIMenuModuleViewController.h │ ├── CCUIModuleSliderView.h │ ├── CCUIPunchOutMask.h │ ├── CCUIRoundButton.h │ ├── CCUISliderModuleBackgroundViewController.h │ ├── CCUIStatusUpdate.h │ ├── CCUIToggleModule.h │ ├── CCUIToggleViewController.h │ ├── ControlCenterUIKit-Structs.h │ ├── ControlCenterUIKit.h │ ├── SBFButton.h │ ├── UIGestureRecognizerDelegate.h │ ├── UIViewControllerAnimatedTransitioning.h │ ├── UIViewControllerTransitioningDelegate.h │ └── _UISettingsKeyObserver.h ├── README.md ├── install.sh ├── iphone_ccsupport_module_provider-11up.nic.tar └── iphone_control_center_module-11up.nic.tar /Headers/ControlCenterServices/BSAbstractDefaultDomain.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:20:44 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol OS_dispatch_queue; 11 | 12 | @interface BSAbstractDefaultDomain : NSObject { 13 | 14 | NSUserDefaults* _userDefaults; 15 | BOOL _boundDefaults; 16 | NSObject* _observerQueue; 17 | NSMutableSet* _observerQueue_observers; 18 | NSMutableDictionary* _defaultKeyToDefaultValue; 19 | 20 | } 21 | + (BOOL)__useDynamicMethodResolution; 22 | + (void)__processPropertyMetadata:(id)arg1; 23 | + (void)__assignPropertyImplementations:(id)arg1; 24 | + (id)__getPropertyMetadataForProperty:(id)arg1; 25 | + (Class)__classFromPropertyType:(id)arg1; 26 | + (BOOL)__isPropertyTypeValid:(char)arg1 class:(Class)arg2; 27 | + (void)initialize; 28 | - (void)_removeObserver:(id)arg1; 29 | - (void)_bindDefaultsIfNecessary; 30 | - (id)_initWithDefaults:(id)arg1; 31 | - (id)observeDefaults:(id)arg1 onQueue:(id)arg2 withBlock:(/*^block*/ id)arg3; 32 | - (void)_bindProperty:(id)arg1 withDefaultKey:(id)arg2 toDefaultValue:(id)arg3; 33 | - (id)observeDefault:(id)arg1 onQueue:(id)arg2 withBlock:(/*^block*/ id)arg3; 34 | - (void)resetAllDefaults; 35 | - (void)_bindProperty:(id)arg1 withDefaultKey:(id)arg2; 36 | - (void)_setUserDefaults:(id)arg1; 37 | - (id)_defaultKeyFromPropertyName:(id)arg1; 38 | - (id)_propertyFromSelector:(SEL)arg1; 39 | - (BOOL)_isCollectionEmpty:(id)arg1; 40 | - (id)_store; 41 | - (id)init; 42 | - (void)dealloc; 43 | - (id)description; 44 | - (void)_addObserver:(id)arg1; 45 | - (id)_initWithDomain:(id)arg1; 46 | - (void)_bindProperty:(id)arg1 withDefaultKey:(id)arg2 toDefaultValue:(id)arg3 options:(unsigned long long)arg4; 47 | - (void)_bindAndRegisterDefaults; 48 | - (void)synchronizeDefaults; 49 | - (id)succinctDescription; 50 | - (id)descriptionWithMultilinePrefix:(id)arg1; 51 | - (id)descriptionBuilderWithMultilinePrefix:(id)arg1; 52 | - (id)succinctDescriptionBuilder; 53 | @end 54 | -------------------------------------------------------------------------------- /Headers/ControlCenterServices/CCSControlCenterDefaults.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:01:14 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterServices.framework/ControlCenterServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import "BSAbstractDefaultDomain.h" 10 | 11 | @interface CCSControlCenterDefaults : BSAbstractDefaultDomain 12 | 13 | @property (assign,nonatomic) NSUInteger presentationGesture; 14 | @property (assign,nonatomic) NSUInteger userInvocationCount; 15 | @property (assign,nonatomic) BOOL shouldEnablePrototypeFeatures; 16 | @property (assign,nonatomic) BOOL shouldEnableInternalModules; 17 | @property (assign,nonatomic) BOOL shouldEnableTigrisCarryUI; 18 | + (id)standardDefaults; 19 | - (void)setShouldEnableInternalModules:(BOOL)arg1; 20 | - (BOOL)shouldEnableInternalModules; 21 | - (void)setPresentationGesture:(NSUInteger)arg1; 22 | - (NSUInteger)presentationGesture; 23 | - (void)setShouldEnablePrototypeFeatures:(BOOL)arg1; 24 | - (BOOL)shouldEnablePrototypeFeatures; 25 | - (void)setUserInvocationCount:(NSUInteger)arg1; 26 | - (NSUInteger)userInvocationCount; 27 | - (id)init; 28 | - (void)_bindAndRegisterDefaults; 29 | - (NSUInteger)_defaultPresentationGesture; 30 | - (BOOL)shouldEnableTigrisCarryUI; 31 | - (void)setShouldEnableTigrisCarryUI:(BOOL)arg1; 32 | @end 33 | -------------------------------------------------------------------------------- /Headers/ControlCenterServices/CCSModuleMetadata.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:01:14 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterServices.framework/ControlCenterServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @interface CCSModuleMetadata : NSObject { 12 | 13 | NSString* _moduleIdentifier; 14 | NSSet* _supportedDeviceFamilies; 15 | NSSet* _requiredDeviceCapabilities; 16 | NSString* _associatedBundleIdentifier; 17 | NSString* _associatedBundleMinimumVersion; 18 | NSUInteger _visibilityPreference; 19 | NSURL* _moduleBundleURL; 20 | 21 | } 22 | 23 | @property (nonatomic,copy,readonly) NSString * moduleIdentifier; //@synthesize moduleIdentifier=_moduleIdentifier - In the implementation block 24 | @property (nonatomic,copy,readonly) NSSet * supportedDeviceFamilies; //@synthesize supportedDeviceFamilies=_supportedDeviceFamilies - In the implementation block 25 | @property (nonatomic,copy,readonly) NSSet * requiredDeviceCapabilities; //@synthesize requiredDeviceCapabilities=_requiredDeviceCapabilities - In the implementation block 26 | @property (nonatomic,copy,readonly) NSString * associatedBundleIdentifier; //@synthesize associatedBundleIdentifier=_associatedBundleIdentifier - In the implementation block 27 | @property (nonatomic,copy,readonly) NSString * associatedBundleMinimumVersion; //@synthesize associatedBundleMinimumVersion=_associatedBundleMinimumVersion - In the implementation block 28 | @property (nonatomic,readonly) NSUInteger visibilityPreference; //@synthesize visibilityPreference=_visibilityPreference - In the implementation block 29 | @property (nonatomic,copy,readonly) NSURL * moduleBundleURL; //@synthesize moduleBundleURL=_moduleBundleURL - In the implementation block 30 | + (id)_supportedDeviceFamiliesForBundleInfoDictionary:(id)arg1; 31 | + (id)_requiredCapabilitiesForInfoDictionary:(id)arg1; 32 | + (NSUInteger)_visibilityPreferenceForBundleInfoDictionary:(id)arg1; 33 | + (id)metadataForBundleAtURL:(id)arg1; 34 | - (BOOL)isEqual:(id)arg1; 35 | - (NSUInteger)hash; 36 | - (id)description; 37 | - (id)copyWithZone:(NSZone*)arg1; 38 | - (NSSet *)requiredDeviceCapabilities; 39 | - (NSString *)moduleIdentifier; 40 | - (id)_initWithModuleIdentifier:(id)arg1 supportedDeviceFamilies:(id)arg2 requiredDeviceCapabilities:(id)arg3 associatedBundleIdentifier:(id)arg4 associatedBundleMinimumVersion:(id)arg5 visibilityPreference:(NSUInteger)arg6 moduleBundleURL:(id)arg7; 41 | - (id)_initWithModuleIdentifier:(id)arg1 supportedDeviceFamilies:(id)arg2 requiredDeviceCapabilities:(id)arg3 requiredDeviceIncapabilities:(id)arg4 associatedBundleIdentifier:(id)arg5 associatedBundleMinimumVersion:(id)arg6 visibilityPreference:(NSUInteger)arg7 moduleBundleURL:(id)arg8; 42 | - (NSSet *)supportedDeviceFamilies; 43 | - (NSString *)associatedBundleIdentifier; 44 | - (NSString *)associatedBundleMinimumVersion; 45 | - (NSUInteger)visibilityPreference; 46 | - (NSURL *)moduleBundleURL; 47 | @end 48 | -------------------------------------------------------------------------------- /Headers/ControlCenterServices/CCSModuleRepository.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:01:14 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterServices.framework/ControlCenterServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import "LSApplicationWorkspaceObserverProtocol.h" 11 | #import "CCSModuleMetadata.h" 12 | 13 | @protocol BSDefaultObserver; 14 | 15 | @interface CCSModuleRepository : NSObject { 16 | 17 | NSArray* _directoryURLs; 18 | NSSet* _whitelistedModuleIdentifiers; 19 | NSDictionary* _allModuleMetadataByIdentifier; 20 | NSSet* _availableModuleIdentifiers; 21 | NSSet* _interestingBundleIdentifiers; 22 | MGNotificationTokenStructRef _mobileGestaltNotificationToken; 23 | NSHashTable* _observers; 24 | NSObject* _internalDefaultsObserver; 25 | BOOL _ignoreWhitelist; 26 | NSSet* _loadableModuleIdentifiers; 27 | 28 | } 29 | 30 | @property (assign,nonatomic) BOOL ignoreWhitelist; //@synthesize ignoreWhitelist=_ignoreWhitelist - In the implementation block 31 | @property (nonatomic,copy,readonly) NSSet * loadableModuleIdentifiers; //@synthesize loadableModuleIdentifiers=_loadableModuleIdentifiers - In the implementation block 32 | @property (readonly) NSUInteger hash; 33 | @property (readonly) Class superclass; 34 | @property (copy,readonly) NSString * description; 35 | @property (copy,readonly) NSString * debugDescription; 36 | + (id)_defaultModuleDirectories; 37 | + (id)_defaultModuleIdentifierWhitelist; 38 | + (id)_deviceFamily; 39 | + (id)repositoryWithDefaults; 40 | - (void)dealloc; 41 | - (void)addObserver:(id)arg1; 42 | - (void)removeObserver:(id)arg1; 43 | - (void)_registerForVisiblityPreferenceChanges; 44 | - (void)_unregisterForVisiblityPreferenceChanges; 45 | - (void)applicationsDidInstall:(id)arg1; 46 | - (void)applicationsDidUninstall:(id)arg1; 47 | - (void)applicationStateDidChange:(id)arg1; 48 | - (id)_initWithDirectoryURLs:(id)arg1 whitelistedModuleIdentifiers:(id)arg2; 49 | - (void)_updateAllModuleMetadata; 50 | - (void)setIgnoreWhitelist:(BOOL)arg1; 51 | - (void)_registerForInternalPreferenceChanges; 52 | - (void)_unregisterForInternalPreferenceChanges; 53 | - (void)_stopObservingGestaltQuestions; 54 | - (void)_applicationsDidChange:(id)arg1; 55 | - (BOOL)_arrayContainsInterestingApplicationProxy:(id)arg1; 56 | - (void)_updateAvailableModuleMetadata; 57 | - (id)_loadAllModuleMetadata; 58 | - (void)_updateAllModuleMetadataForAllModuleMetadata:(id)arg1; 59 | - (void)_updateAvailableModuleMetadataForAllModuleMetadata:(id)arg1; 60 | - (void)_updateLoadableModuleMetadataForAvailableModuleMetadata:(id)arg1; 61 | - (void)_updateInterestingBundleIdentifiersForModuleMetadata:(id)arg1; 62 | - (id)_filterModuleMetadataByAssociatedBundleAvailability:(id)arg1; 63 | - (id)_filterModuleMetadataByVisibilityPreference:(id)arg1; 64 | - (id)_moduleIdentifiersForMetadata:(id)arg1; 65 | - (void)_updateGestaltQuestionsForModuleMetadata:(id)arg1; 66 | - (id)_filterModuleMetadataByGestalt:(id)arg1; 67 | - (id)_associatedBundleIdentifiersForModuleMetadata:(id)arg1; 68 | - (id)_gestaltQuestionsForModuleMetadata:(id)arg1; 69 | - (void)_updateLoadableModuleMetadata; 70 | - (void)_startObservingMobileGestaltQuestions:(id)arg1 withChangeHandler:(/*^block*/ id)arg2; 71 | - (BOOL)ignoreWhitelist; 72 | - (NSSet *)loadableModuleIdentifiers; 73 | - (CCSModuleMetadata*)moduleMetadataForModuleIdentifier:(id)arg1; 74 | - (void)_runBlockOnObservers:(/*^block*/ id)arg1; 75 | @end 76 | -------------------------------------------------------------------------------- /Headers/ControlCenterServices/CCSModuleSettingsProvider.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:01:14 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterServices.framework/ControlCenterServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol OS_dispatch_source; 11 | 12 | @interface CCSModuleSettingsProvider : NSObject { 13 | 14 | NSObject* _configurationChangedSource; 15 | NSHashTable* _observers; 16 | NSArray* _orderedFixedModuleIdentifiers; 17 | NSArray* _orderedUserEnabledModuleIdentifiers; 18 | 19 | } 20 | 21 | @property (nonatomic,copy,readonly) NSArray * orderedFixedModuleIdentifiers; //@synthesize orderedFixedModuleIdentifiers=_orderedFixedModuleIdentifiers - In the implementation block 22 | @property (nonatomic,copy,readonly) NSArray * orderedUserEnabledModuleIdentifiers; //@synthesize orderedUserEnabledModuleIdentifiers=_orderedUserEnabledModuleIdentifiers - In the implementation block 23 | + (void)initialize; 24 | + (id)sharedProvider; 25 | + (id)_defaultFixedModuleIdentifiers; 26 | + (id)_configurationFileURL; 27 | + (id)_configurationDirectoryURL; 28 | + (id)_readOrderedIdentifiers; 29 | + (id)_defaultUserEnabledModuleIdentifiers; 30 | + (void)_writeOrderedIdentifiers:(id)arg1; 31 | + (id)_defaultEnabledModuleOrder; 32 | - (id)init; 33 | - (void)dealloc; 34 | - (void)addObserver:(id)arg1; 35 | - (void)removeObserver:(id)arg1; 36 | - (void)_saveSettings; 37 | - (void)_startMonitoringConfigurationUpdates; 38 | - (void)_stopMonitoringConfigurationUpdates; 39 | - (void)_handleConfigurationFileUpdate; 40 | - (void)setAndSaveOrderedUserEnabledModuleIdentifiers:(id)arg1; 41 | - (void)_loadSettings; 42 | - (NSArray *)orderedFixedModuleIdentifiers; 43 | - (NSArray *)orderedUserEnabledModuleIdentifiers; 44 | - (void)_runBlockOnListeners:(/*^block*/ id)arg1; 45 | @end 46 | -------------------------------------------------------------------------------- /Headers/ControlCenterServices/CCSUsageMetrics.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:01:14 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterServices.framework/ControlCenterServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @interface CCSUsageMetrics : NSObject 11 | 12 | @property (nonatomic,readonly) NSUInteger userInvocationCount; 13 | + (instancetype)sharedInstance; 14 | - (NSUInteger)userInvocationCount; 15 | - (void)incrementUserInvocationCount; 16 | @end 17 | -------------------------------------------------------------------------------- /Headers/ControlCenterServices/ControlCenterServices-Structs.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:01:14 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterServices.framework/ControlCenterServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | typedef struct _NSZone* NSZoneRef; 10 | 11 | typedef struct MGNotificationTokenStruct* MGNotificationTokenStructRef; 12 | -------------------------------------------------------------------------------- /Headers/ControlCenterServices/ControlCenterServices.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import 3 | #import 4 | #import 5 | #import 6 | -------------------------------------------------------------------------------- /Headers/ControlCenterServices/LSApplicationWorkspaceObserverProtocol.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:01:14 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterServices.framework/ControlCenterServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol LSApplicationWorkspaceObserverProtocol 11 | @optional 12 | - (void)applicationInstallsDidStart:(id)arg1; 13 | - (void)applicationInstallsDidChange:(id)arg1; 14 | - (void)applicationInstallsDidUpdateIcon:(id)arg1; 15 | - (void)applicationsWillInstall:(id)arg1; 16 | - (void)applicationsDidInstall:(id)arg1; 17 | - (void)pluginsDidInstall:(id)arg1; 18 | - (void)applicationsDidFailToInstall:(id)arg1; 19 | - (void)applicationsWillUninstall:(id)arg1; 20 | - (void)pluginsWillUninstall:(id)arg1; 21 | - (void)applicationsDidUninstall:(id)arg1; 22 | - (void)pluginsDidUninstall:(id)arg1; 23 | - (void)applicationsDidFailToUninstall:(id)arg1; 24 | - (void)applicationInstallsArePrioritized:(id)arg1 arePaused:(id)arg2; 25 | - (void)applicationInstallsDidPause:(id)arg1; 26 | - (void)applicationInstallsDidResume:(id)arg1; 27 | - (void)applicationInstallsDidCancel:(id)arg1; 28 | - (void)applicationInstallsDidPrioritize:(id)arg1; 29 | - (void)applicationStateDidChange:(id)arg1; 30 | - (void)applicationIconDidChange:(id)arg1; 31 | - (void)networkUsageChanged:(BOOL)arg1; 32 | - (BOOL)observeLaunchProhibitedApps; 33 | 34 | @end 35 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCSModuleRepositoryObserver.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol CCSModuleRepositoryObserver 11 | @required 12 | - (void)loadableModulesChangedForModuleRepository:(id)arg1; 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCSModuleSettingsProviderObserver.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol CCSModuleSettingsProviderObserver 11 | @required 12 | - (void)orderedEnabledModuleIdentifiersChangedForSettingsProvider:(id)arg1; 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIAnimation.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | 12 | @protocol CCUIAnimationParameters; 13 | @interface CCUIAnimation : NSObject { 14 | 15 | id _parameters; 16 | CGFloat _delay; 17 | CGFloat _speed; 18 | /*^block*/ id _animations; 19 | 20 | } 21 | 22 | @property (nonatomic,copy,readonly) id parameters; //@synthesize parameters=_parameters - In the implementation block 23 | @property (nonatomic,readonly) CGFloat delay; //@synthesize delay=_delay - In the implementation block 24 | @property (nonatomic,readonly) CGFloat speed; //@synthesize speed=_speed - In the implementation block 25 | @property (nonatomic,copy,readonly) id animations; //@synthesize animations=_animations - In the implementation block 26 | + (id)animationWithParameters:(id)arg1 animations:(/*^block*/ id)arg2; 27 | + (id)animationWithParameters:(id)arg1 delay:(CGFloat)arg2 animations:(/*^block*/ id)arg3; 28 | + (id)animationWithParameters:(id)arg1 delay:(CGFloat)arg2 speed:(CGFloat)arg3 animations:(/*^block*/ id)arg4; 29 | - (id)copyWithZone:(NSZone*)arg1; 30 | - (CGFloat)speed; 31 | - (id)parameters; 32 | - (CGFloat)delay; 33 | - (id)animations; 34 | - (instancetype)_initWithParameters:(id)arg1 delay:(CGFloat)arg2 speed:(CGFloat)arg3 animations:(/*^block*/ id)arg4; 35 | @end 36 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIAnimationBatch.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @class NSMutableDictionary; 11 | 12 | @interface CCUIAnimationBatch : NSObject { 13 | 14 | NSMutableDictionary* _animationsByParameters; 15 | 16 | } 17 | - (instancetype)init; 18 | - (void)addAnimation:(id)arg1; 19 | - (void)iterateAnimationsWithBlock:(/*^block*/ id)arg1; 20 | - (void)iterateAnimationsOfType:(Class)arg1 withBlock:(/*^block*/ id)arg2; 21 | @end 22 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIAnimationCustomTimingFunctionParameters.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import "CCUIAnimationTimingFunctionDescription.h" 11 | 12 | @class NSString; 13 | 14 | @interface CCUIAnimationCustomTimingFunctionParameters : NSObject { 15 | 16 | CGPoint _controlPoint1; 17 | CGPoint _controlPoint2; 18 | 19 | } 20 | 21 | @property (nonatomic,readonly) CGPoint controlPoint1; //@synthesize controlPoint1=_controlPoint1 - In the implementation block 22 | @property (nonatomic,readonly) CGPoint controlPoint2; //@synthesize controlPoint2=_controlPoint2 - In the implementation block 23 | @property (readonly) NSUInteger hash; 24 | @property (readonly) Class superclass; 25 | @property (copy,readonly) NSString * description; 26 | @property (copy,readonly) NSString * debugDescription; 27 | + (id)functionWithControlPoint1:(CGPoint)arg1 controlPoint2:(CGPoint)arg2; 28 | - (BOOL)isEqual:(id)arg1; 29 | - (NSUInteger)hash; 30 | - (NSString *)description; 31 | - (id)copyWithZone:(NSZone*)arg1; 32 | - (CGPoint)controlPoint1; 33 | - (CGPoint)controlPoint2; 34 | - (instancetype)_initWithControlPoint1:(CGPoint)arg1 controlPoint2:(CGPoint)arg2; 35 | @end 36 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIAnimationParameters.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol CCUIAnimationParameters 11 | @end 12 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIAnimationRunner.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol OS_dispatch_group; 11 | @class NSObject; 12 | 13 | @interface CCUIAnimationRunner : NSObject { 14 | 15 | NSObject* _previousAnimationGroup; 16 | 17 | } 18 | + (id)runner; 19 | + (void)_runCAAnimationsInBatch:(id)arg1 animationGroup:(id)arg2 completionHandler:(/*^block*/ id)arg3; 20 | + (void)_runC2AnimationsInBatch:(id)arg1 animationGroup:(id)arg2 completionHandler:(/*^block*/ id)arg3; 21 | - (void)runAnimationBatch:(id)arg1 withCompletionBlock:(/*^block*/ id)arg2; 22 | - (void)additivelyRunAnimationBatch:(id)arg1 withCompletionBlock:(/*^block*/ id)arg2; 23 | @end 24 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIAnimationTimingFunctionDescription.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol CCUIAnimationTimingFunctionDescription 11 | @end 12 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIC2AnimationParameters.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import "CCUIAnimationParameters.h" 11 | 12 | 13 | @class NSString; 14 | 15 | @interface CCUIC2AnimationParameters : NSObject { 16 | 17 | BOOL _interactive; 18 | CGFloat _tension; 19 | CGFloat _friction; 20 | 21 | } 22 | 23 | @property (getter=isInteractive,nonatomic,readonly) BOOL interactive; //@synthesize interactive=_interactive - In the implementation block 24 | @property (nonatomic,readonly) CGFloat tension; //@synthesize tension=_tension - In the implementation block 25 | @property (nonatomic,readonly) CGFloat friction; //@synthesize friction=_friction - In the implementation block 26 | @property (readonly) NSUInteger hash; 27 | @property (readonly) Class superclass; 28 | @property (copy,readonly) NSString * description; 29 | @property (copy,readonly) NSString * debugDescription; 30 | - (instancetype)init; 31 | - (BOOL)isEqual:(id)arg1; 32 | - (NSUInteger)hash; 33 | - (NSString *)description; 34 | - (BOOL)isInteractive; 35 | - (id)copyWithZone:(NSZone*)arg1; 36 | - (CGFloat)friction; 37 | - (id)mutableCopyWithZone:(NSZone*)arg1; 38 | - (CGFloat)tension; 39 | - (instancetype)_initWithAnimationParameters:(id)arg1; 40 | @end 41 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUICAAnimationFactory.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import "_UIBasicAnimationFactory.h" 10 | 11 | @protocol CCUICAAnimationFactory <_UIBasicAnimationFactory> 12 | @property (nonatomic,readonly) CGFloat animationDuration; 13 | @required 14 | - (CGFloat)animationDuration; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUICABasicAnimationFactory.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import "CCUICAAnimationFactory.h" 10 | 11 | @class CCUICABasicAnimationParameters, NSString; 12 | 13 | @interface CCUICABasicAnimationFactory : NSObject { 14 | 15 | CCUICABasicAnimationParameters* _parameters; 16 | CGFloat _speed; 17 | 18 | } 19 | 20 | @property (readonly) NSUInteger hash; 21 | @property (readonly) Class superclass; 22 | @property (copy,readonly) NSString * description; 23 | @property (copy,readonly) NSString * debugDescription; 24 | @property (nonatomic,readonly) CGFloat animationDuration; 25 | - (id)_basicAnimationForView:(id)arg1 withKeyPath:(id)arg2; 26 | - (BOOL)_shouldAnimateAdditivelyForView:(id)arg1 withKeyPath:(id)arg2; 27 | - (CGFloat)animationDuration; 28 | - (id)_animation; 29 | - (instancetype)initWithParameters:(id)arg1 speed:(CGFloat)arg2; 30 | @end 31 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUICABasicAnimationParameters.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import "CCUIAnimationParameters.h" 11 | 12 | 13 | @protocol CCUIAnimationTimingFunctionDescription; 14 | @class NSString; 15 | 16 | @interface CCUICABasicAnimationParameters : NSObject { 17 | 18 | CGFloat _duration; 19 | id _timingFunction; 20 | 21 | } 22 | 23 | @property (nonatomic,readonly) CGFloat duration; //@synthesize duration=_duration - In the implementation block 24 | @property (nonatomic,copy,readonly) id timingFunction; //@synthesize timingFunction=_timingFunction - In the implementation block 25 | @property (readonly) NSUInteger hash; 26 | @property (readonly) Class superclass; 27 | @property (copy,readonly) NSString * description; 28 | @property (copy,readonly) NSString * debugDescription; 29 | - (instancetype)init; 30 | - (BOOL)isEqual:(id)arg1; 31 | - (NSUInteger)hash; 32 | - (NSString *)description; 33 | - (CGFloat)duration; 34 | - (id)copyWithZone:(NSZone*)arg1; 35 | - (id)timingFunction; 36 | - (id)mutableCopyWithZone:(NSZone*)arg1; 37 | - (instancetype)_initWithAnimationParameters:(id)arg1; 38 | @end 39 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUICASpringAnimationFactory.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import "CCUICAAnimationFactory.h" 10 | 11 | @class CCUICASpringAnimationParameters, NSString; 12 | 13 | @interface CCUICASpringAnimationFactory : NSObject { 14 | 15 | CCUICASpringAnimationParameters* _parameters; 16 | CGFloat _speed; 17 | 18 | } 19 | 20 | @property (readonly) NSUInteger hash; 21 | @property (readonly) Class superclass; 22 | @property (copy,readonly) NSString * description; 23 | @property (copy,readonly) NSString * debugDescription; 24 | @property (nonatomic,readonly) CGFloat animationDuration; 25 | - (id)_basicAnimationForView:(id)arg1 withKeyPath:(id)arg2; 26 | - (BOOL)_shouldAnimateAdditivelyForView:(id)arg1 withKeyPath:(id)arg2; 27 | - (CGFloat)animationDuration; 28 | - (id)_animation; 29 | - (instancetype)initWithParameters:(id)arg1 speed:(CGFloat)arg2; 30 | @end 31 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUICASpringAnimationParameters.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import "CCUIAnimationParameters.h" 11 | 12 | 13 | @protocol CCUIAnimationTimingFunctionDescription; 14 | @class NSString; 15 | 16 | @interface CCUICASpringAnimationParameters : NSObject { 17 | 18 | CGFloat _mass; 19 | CGFloat _stiffness; 20 | CGFloat _damping; 21 | id _timingFunction; 22 | 23 | } 24 | 25 | @property (nonatomic,readonly) CGFloat mass; //@synthesize mass=_mass - In the implementation block 26 | @property (nonatomic,readonly) CGFloat stiffness; //@synthesize stiffness=_stiffness - In the implementation block 27 | @property (nonatomic,readonly) CGFloat damping; //@synthesize damping=_damping - In the implementation block 28 | @property (nonatomic,copy,readonly) id timingFunction; //@synthesize timingFunction=_timingFunction - In the implementation block 29 | @property (readonly) NSUInteger hash; 30 | @property (readonly) Class superclass; 31 | @property (copy,readonly) NSString * description; 32 | @property (copy,readonly) NSString * debugDescription; 33 | - (instancetype)init; 34 | - (BOOL)isEqual:(id)arg1; 35 | - (NSUInteger)hash; 36 | - (NSString *)description; 37 | - (id)copyWithZone:(NSZone*)arg1; 38 | - (id)timingFunction; 39 | - (CGFloat)damping; 40 | - (CGFloat)mass; 41 | - (id)mutableCopyWithZone:(NSZone*)arg1; 42 | - (CGFloat)stiffness; 43 | - (instancetype)_initWithAnimationParameters:(id)arg1; 44 | @end 45 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIContentModuleBackgroundView.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @interface CCUIContentModuleBackgroundView : UIView 13 | - (instancetype)initWithFrame:(CGRect)arg1; 14 | - (void)setUserInteractionEnabled:(BOOL)arg1; 15 | @end 16 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIContentModuleContainerTransition.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import "_UIPreviewInteractionViewControllerTransition.h" 10 | 11 | @class CCUIContentModuleContainerViewController, NSString; 12 | 13 | @interface CCUIContentModuleContainerTransition : NSObject <_UIPreviewInteractionViewControllerTransition> { 14 | 15 | BOOL _appearanceTransition; 16 | CCUIContentModuleContainerViewController* _viewController; 17 | 18 | } 19 | 20 | @property (nonatomic,weak) CCUIContentModuleContainerViewController * viewController; //@synthesize viewController=_viewController - In the implementation block 21 | @property (assign,getter=isAppearanceTransition,nonatomic) BOOL appearanceTransition; //@synthesize appearanceTransition=_appearanceTransition - In the implementation block 22 | @property (readonly) NSUInteger hash; 23 | @property (readonly) Class superclass; 24 | @property (copy,readonly) NSString * description; 25 | @property (copy,readonly) NSString * debugDescription; 26 | - (void)setViewController:(CCUIContentModuleContainerViewController *)arg1; 27 | - (CCUIContentModuleContainerViewController *)viewController; 28 | - (void)setAppearanceTransition:(BOOL)arg1; 29 | - (void)prepareTransitionFromView:(id)arg1 toView:(id)arg2 containerView:(id)arg3; 30 | - (void)performTransitionFromView:(id)arg1 toView:(id)arg2 containerView:(id)arg3; 31 | - (void)transitionDidEnd:(BOOL)arg1; 32 | - (BOOL)isAppearanceTransition; 33 | @end 34 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIContentModuleContainerView.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @class NSArray, NSString, UIView; 12 | 13 | @interface CCUIContentModuleContainerView : UIView { 14 | 15 | NSArray* _views; 16 | BOOL _ignoreFrameUpdates; 17 | NSString* _moduleIdentifier; 18 | UIView* _c2AnimationContainerView; 19 | UIView* _caAnimationContainerView; 20 | 21 | } 22 | 23 | @property (nonatomic,copy,readonly) NSString * moduleIdentifier; //@synthesize moduleIdentifier=_moduleIdentifier - In the implementation block 24 | @property (nonatomic,readonly) UIView * c2AnimationContainerView; //@synthesize c2AnimationContainerView=_c2AnimationContainerView - In the implementation block 25 | @property (nonatomic,readonly) UIView * caAnimationContainerView; //@synthesize caAnimationContainerView=_caAnimationContainerView - In the implementation block 26 | @property (nonatomic,readonly) UIView * containerView; 27 | @property (assign,nonatomic) BOOL ignoreFrameUpdates; //@synthesize ignoreFrameUpdates=_ignoreFrameUpdates - In the implementation block 28 | - (void)layoutSubviews; 29 | - (UIView *)containerView; 30 | - (NSString *)moduleIdentifier; 31 | - (void)setIgnoreFrameUpdates:(BOOL)arg1; 32 | - (instancetype)initWithModuleIdentifier:(id)arg1 options:(NSUInteger)arg2; 33 | - (BOOL)ignoreFrameUpdates; 34 | - (UIView *)c2AnimationContainerView; 35 | - (UIView *)caAnimationContainerView; 36 | @end 37 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIContentModuleContainerViewController.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | #import "UIPreviewInteractionDelegatePrivate.h" 12 | #import "CCUISafeAppearancePropagationProvider.h" 13 | 14 | @protocol CCUIContentModuleContainerViewControllerDelegate, CCUIContentModule, CCUIContentModuleContentViewController; 15 | @class NSString, NSArray, UIViewController, UIView, CCUIContentModuleBackgroundView, CCUIContentModuleContentContainerView, UITapGestureRecognizer, UIPreviewInteraction; 16 | 17 | @interface CCUIContentModuleContainerViewController : UIViewController { 18 | 19 | BOOL _expanded; 20 | BOOL _contentModuleProvidesOwnPlatter; 21 | NSString* _moduleIdentifier; 22 | id _delegate; 23 | NSArray* _topLevelBlockingGestureRecognizers; 24 | id _contentModule; 25 | UIViewController* _contentViewController; 26 | UIViewController* _backgroundViewController; 27 | UIView* _highlightWrapperView; 28 | CCUIContentModuleBackgroundView* _backgroundView; 29 | CCUIContentModuleContentContainerView* _contentContainerView; 30 | UIView* _contentView; 31 | UIView* _maskView; 32 | UITapGestureRecognizer* _tapRecognizer; 33 | UIPreviewInteraction* _previewInteraction; 34 | UIEdgeInsets _expandedContentEdgeInsets; 35 | 36 | } 37 | 38 | @property (nonatomic,copy) NSString * moduleIdentifier; //@synthesize moduleIdentifier=_moduleIdentifier - In the implementation block 39 | @property (nonatomic,retain) id contentModule; //@synthesize contentModule=_contentModule - In the implementation block 40 | @property (nonatomic,retain) UIViewController* contentViewController; //@synthesize contentViewController=_contentViewController - In the implementation block 41 | @property (nonatomic,retain) UIViewController * backgroundViewController; //@synthesize backgroundViewController=_backgroundViewController - In the implementation block 42 | @property (assign,nonatomic) BOOL contentModuleProvidesOwnPlatter; //@synthesize contentModuleProvidesOwnPlatter=_contentModuleProvidesOwnPlatter - In the implementation block 43 | @property (nonatomic,retain) UIView * highlightWrapperView; //@synthesize highlightWrapperView=_highlightWrapperView - In the implementation block 44 | @property (nonatomic,retain) CCUIContentModuleBackgroundView * backgroundView; //@synthesize backgroundView=_backgroundView - In the implementation block 45 | @property (nonatomic,retain) CCUIContentModuleContentContainerView * contentContainerView; //@synthesize contentContainerView=_contentContainerView - In the implementation block 46 | @property (nonatomic,retain) UIView * contentView; //@synthesize contentView=_contentView - In the implementation block 47 | @property (nonatomic,retain) UIView * maskView; //@synthesize maskView=_maskView - In the implementation block 48 | @property (nonatomic,retain) UITapGestureRecognizer * tapRecognizer; //@synthesize tapRecognizer=_tapRecognizer - In the implementation block 49 | @property (nonatomic,retain) UIPreviewInteraction * previewInteraction; //@synthesize previewInteraction=_previewInteraction - In the implementation block 50 | @property (assign,getter=isExpanded,nonatomic) BOOL expanded; //@synthesize expanded=_expanded - In the implementation block 51 | @property (assign,nonatomic) UIEdgeInsets expandedContentEdgeInsets; //@synthesize expandedContentEdgeInsets=_expandedContentEdgeInsets - In the implementation block 52 | @property (nonatomic,readonly) CCUIContentModuleContentContainerView * moduleContentView; 53 | @property (nonatomic,weak) id delegate; //@synthesize delegate=_delegate - In the implementation block 54 | @property (nonatomic,readonly) NSArray * topLevelBlockingGestureRecognizers; //@synthesize topLevelBlockingGestureRecognizers=_topLevelBlockingGestureRecognizers - In the implementation block 55 | @property (readonly) NSUInteger hash; 56 | @property (readonly) Class superclass; 57 | @property (copy,readonly) NSString * description; 58 | @property (copy,readonly) NSString * debugDescription; 59 | @property (nonatomic,readonly) NSArray * childViewControllersForAppearancePropagation; 60 | - (instancetype)init; 61 | - (void)setContentView:(UIView *)arg1; 62 | - (UIView *)contentView; 63 | - (id)delegate; 64 | - (instancetype)initWithCoder:(id)arg1; 65 | - (void)setDelegate:(id)arg1; 66 | - (void)loadView; 67 | - (void)setContentViewController:(UIViewController*)arg1; 68 | - (instancetype)initWithNibName:(id)arg1 bundle:(id)arg2; 69 | - (void)setMaskView:(UIView *)arg1; 70 | - (UIView *)maskView; 71 | - (void)viewWillLayoutSubviews; 72 | - (void)setBackgroundView:(CCUIContentModuleBackgroundView *)arg1; 73 | - (CCUIContentModuleBackgroundView *)backgroundView; 74 | - (UIViewController*)contentViewController; 75 | - (BOOL)shouldAutomaticallyForwardAppearanceMethods; 76 | - (BOOL)isExpanded; 77 | - (void)previewInteraction:(id)arg1 didUpdatePreviewTransition:(CGFloat)arg2 ended:(BOOL)arg3; 78 | - (void)previewInteractionDidCancel:(id)arg1; 79 | - (BOOL)previewInteractionShouldBegin:(id)arg1; 80 | - (id)_previewInteractionHighlighterForPreviewTransition:(id)arg1; 81 | - (id)_previewInteraction:(id)arg1 viewControllerPresentationForPresentingViewController:(id)arg2; 82 | - (BOOL)_previewInteractionShouldFinishTransitionToPreview:(id)arg1; 83 | - (BOOL)_previewInteractionShouldAutomaticallyTransitionToPreviewAfterDelay:(id)arg1; 84 | - (void)setExpanded:(BOOL)arg1; 85 | - (UIPreviewInteraction *)previewInteraction; 86 | - (void)setPreviewInteraction:(UIPreviewInteraction *)arg1; 87 | - (NSString *)moduleIdentifier; 88 | - (void)expandModule; 89 | - (void)dismissExpandedModuleAnimated:(BOOL)arg1; 90 | - (void)willResignActive; 91 | - (void)willBecomeActive; 92 | - (void)_handleTapGestureRecognizer:(id)arg1; 93 | - (void)setContentContainerView:(CCUIContentModuleContentContainerView *)arg1; 94 | - (UITapGestureRecognizer *)tapRecognizer; 95 | - (void)setTapRecognizer:(UITapGestureRecognizer *)arg1; 96 | - (CCUIContentModuleContentContainerView *)contentContainerView; 97 | - (void)dismissPresentedContentAnimated:(BOOL)arg1; 98 | - (NSArray *)topLevelBlockingGestureRecognizers; 99 | - (BOOL)_shouldApplyBackgroundEffects; 100 | - (instancetype)initWithModuleIdentifier:(id)arg1 contentModule:(id)arg2; 101 | - (void)setExpandedContentEdgeInsets:(UIEdgeInsets)arg1; 102 | - (void)_closeExpandedModule; 103 | - (void)_dismissModulePresentedContentAnimated:(BOOL)arg1 completion:(/*^block*/ id)arg2; 104 | - (void)_configureForContentModuleGroupRenderingIfNecessary; 105 | - (void)_findTopLevelGestureRecognizersForView:(id)arg1 installOnView:(id)arg2; 106 | - (void)_addTopLevelGestureRecognizersFromViewAndSubviews:(id)arg1 toGestureRecognizers:(id)arg2 blockingGestureRecognizers:(id)arg3; 107 | - (CGRect)_backgroundFrameForExpandedState; 108 | - (CGRect)_contentFrameForExpandedState; 109 | - (BOOL)_isForceTouchAvailable; 110 | - (CGRect)_contentBoundsForExpandedState; 111 | - (CGRect)_presentationFrameForExpandedState; 112 | - (CGRect)_contentFrameForRestState; 113 | - (void)_configureMaskViewIfNecessary; 114 | - (CCUIContentModuleContentContainerView *)moduleContentView; 115 | - (void)_setDidExpandModulePreference; 116 | - (CGRect)_backgroundFrameForRestState; 117 | - (CGRect)_contentBoundsForTransitionProgress:(CGFloat)arg1; 118 | - (void)setModuleIdentifier:(NSString *)arg1; 119 | - (UIEdgeInsets)expandedContentEdgeInsets; 120 | - (id)contentModule; 121 | - (void)setContentModule:(id)arg1; 122 | - (void)setBackgroundViewController:(UIViewController *)arg1; 123 | - (BOOL)contentModuleProvidesOwnPlatter; 124 | - (void)setContentModuleProvidesOwnPlatter:(BOOL)arg1; 125 | - (UIView *)highlightWrapperView; 126 | - (void)setHighlightWrapperView:(UIView *)arg1; 127 | - (UIViewController *)backgroundViewController; 128 | @end 129 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIContentModuleContainerViewControllerDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol CCUIContentModuleContainerViewControllerDelegate 11 | @required 12 | - (CGRect*)compactModeFrameForContentModuleContainerViewController:(id)arg1; 13 | - (BOOL)contentModuleContainerViewController:(id)arg1 canBeginInteractionWithModule:(id)arg2; 14 | - (void)contentModuleContainerViewController:(id)arg1 didBeginInteractionWithModule:(id)arg2; 15 | - (void)contentModuleContainerViewController:(id)arg1 didFinishInteractionWithModule:(id)arg2; 16 | - (void)contentModuleContainerViewController:(id)arg1 willOpenExpandedModule:(id)arg2; 17 | - (void)contentModuleContainerViewController:(id)arg1 didOpenExpandedModule:(id)arg2; 18 | - (void)contentModuleContainerViewController:(id)arg1 willCloseExpandedModule:(id)arg2; 19 | - (void)contentModuleContainerViewController:(id)arg1 didCloseExpandedModule:(id)arg2; 20 | - (BOOL)shouldApplyBackgroundEffectsForContentModuleContainerViewController:(id)arg1; 21 | - (id)backgroundViewForContentModuleContainerViewController:(id)arg1; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIContentModuleContentContainerView.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @class MTMaterialView, NSString; 13 | 14 | @interface CCUIContentModuleContentContainerView : UIView { 15 | 16 | BOOL _expanded; 17 | BOOL _moduleProvidesOwnPlatter; 18 | BOOL _clipsContentInCompactMode; 19 | MTMaterialView* _moduleMaterialView; 20 | NSString* _materialViewGroupName; 21 | 22 | } 23 | 24 | @property (assign,nonatomic) BOOL moduleProvidesOwnPlatter; //@synthesize moduleProvidesOwnPlatter=_moduleProvidesOwnPlatter - In the implementation block 25 | @property (nonatomic,readonly) MTMaterialView * moduleMaterialView; //@synthesize moduleMaterialView=_moduleMaterialView - In the implementation block 26 | @property (nonatomic,copy) NSString * materialViewGroupName; //@synthesize materialViewGroupName=_materialViewGroupName - In the implementation block 27 | @property (assign,nonatomic) BOOL clipsContentInCompactMode; //@synthesize clipsContentInCompactMode=_clipsContentInCompactMode - In the implementation block 28 | - (instancetype)init; 29 | - (instancetype)initWithFrame:(CGRect)arg1; 30 | - (void)addSubview:(id)arg1; 31 | - (void)layoutSubviews; 32 | - (void)_setContinuousCornerRadius:(CGFloat)arg1; 33 | - (void)_transitionToExpandedMode:(BOOL)arg1 force:(BOOL)arg2; 34 | - (void)_configureModuleMaterialViewIfNecessary; 35 | - (BOOL)_isContentClippingRequiredForSubview:(id)arg1; 36 | - (void)transitionToExpandedMode:(BOOL)arg1; 37 | - (void)setModuleProvidesOwnPlatter:(BOOL)arg1; 38 | - (MTMaterialView *)moduleMaterialView; 39 | - (void)setMaterialViewGroupName:(NSString *)arg1; 40 | - (BOOL)moduleProvidesOwnPlatter; 41 | - (NSString *)materialViewGroupName; 42 | - (BOOL)clipsContentInCompactMode; 43 | - (void)setClipsContentInCompactMode:(BOOL)arg1; 44 | @end 45 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIContentModuleContextDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol CCUIContentModuleContextDelegate 11 | @required 12 | - (void)contentModuleContext:(id)arg1 enqueueStatusUpdate:(id)arg2; 13 | - (void)requestExpandModuleForContentModuleContext:(id)arg1; 14 | - (void)dismissExpandedViewForContentModuleContext:(id)arg1; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIControlCenterDefaults.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @interface CCUIControlCenterDefaults : BSAbstractDefaultDomain 12 | 13 | @property (nonatomic,readonly) BOOL shouldAlwaysBeEnabled; 14 | @property (nonatomic,readonly) BOOL shouldExcludeControlCenterFromStatusBarOverrides; 15 | @property (assign,nonatomic) BOOL hasForceTouchedToExpandModule; 16 | @property (assign,nonatomic) BOOL hasLongPressedToExpandModule; 17 | + (id)standardDefaults; 18 | - (void)setShouldAlwaysBeEnabled:(BOOL)arg1; 19 | - (BOOL)shouldAlwaysBeEnabled; 20 | - (void)setHasForceTouchedToExpandModule:(BOOL)arg1; 21 | - (BOOL)hasForceTouchedToExpandModule; 22 | - (void)setShouldExcludeControlCenterFromStatusBarOverrides:(BOOL)arg1; 23 | - (BOOL)shouldExcludeControlCenterFromStatusBarOverrides; 24 | - (void)setHasLongPressedToExpandModule:(BOOL)arg1; 25 | - (BOOL)hasLongPressedToExpandModule; 26 | - (instancetype)init; 27 | - (void)_bindAndRegisterDefaults; 28 | @end 29 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIControlCenterPositionProvider.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | #import 11 | @class NSArray, NSDictionary; 12 | 13 | @interface CCUIControlCenterPositionProvider : NSObject { 14 | 15 | NSArray* _packingRules; 16 | NSDictionary* _rectByIdentifier; 17 | CCUILayoutSize _layoutSize; 18 | 19 | } 20 | 21 | @property (nonatomic,readonly) CCUILayoutSize layoutSize; //@synthesize layoutSize=_layoutSize - In the implementation block 22 | @property (nonatomic,readonly) CCUILayoutSize maximumLayoutSize; 23 | - (CCUILayoutSize)layoutSize; 24 | - (id)_generateRectByIdentifierWithOrderedIdentifiers:(id)arg1 orderedSizes:(id)arg2 packingOrder:(NSUInteger)arg3 startPosition:(CCUILayoutPoint)arg4 maximumSize:(CCUILayoutSize)arg5 outputLayoutSize:(out CCUILayoutSize*)arg6; 25 | - (instancetype)initWithPackingRules:(id)arg1; 26 | - (CCUILayoutSize)maximumLayoutSize; 27 | - (void)regenerateRectsWithOrderedIdentifiers:(id)arg1 orderedSizes:(id)arg2; 28 | - (CCUILayoutRect)layoutRectForIdentifier:(id)arg1; 29 | @end 30 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIControlCenterPositionProviderPackingRule.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | 12 | @interface CCUIControlCenterPositionProviderPackingRule : NSObject { 13 | 14 | NSUInteger _packFrom; 15 | NSUInteger _packingOrder; 16 | CCUILayoutSize _sizeLimit; 17 | 18 | } 19 | 20 | @property (nonatomic,readonly) NSUInteger packFrom; //@synthesize packFrom=_packFrom - In the implementation block 21 | @property (nonatomic,readonly) NSUInteger packingOrder; //@synthesize packingOrder=_packingOrder - In the implementation block 22 | @property (nonatomic,readonly) CCUILayoutSize sizeLimit; //@synthesize sizeLimit=_sizeLimit - In the implementation block 23 | - (id)copyWithZone:(NSZone*)arg1; 24 | - (instancetype)initWithPackFrom:(NSUInteger)arg1 packingOrder:(NSUInteger)arg2 sizeLimit:(CCUILayoutSize)arg3; 25 | - (NSUInteger)packFrom; 26 | - (NSUInteger)packingOrder; 27 | - (CCUILayoutSize)sizeLimit; 28 | @end 29 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIDismissalGestureRecognizer.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @class NSSet; 12 | 13 | @interface CCUIDismissalGestureRecognizer : UIPanGestureRecognizer { 14 | 15 | BOOL _triggered; 16 | NSSet* _currentTouches; 17 | 18 | } 19 | - (instancetype)initWithTarget:(id)arg1 action:(SEL)arg2; 20 | - (void)touchesBegan:(id)arg1 withEvent:(id)arg2; 21 | - (void)touchesMoved:(id)arg1 withEvent:(id)arg2; 22 | - (void)touchesEnded:(id)arg1 withEvent:(id)arg2; 23 | - (void)reset; 24 | - (BOOL)canBePreventedByGestureRecognizer:(id)arg1; 25 | - (BOOL)canPreventGestureRecognizer:(id)arg1; 26 | - (void)_tryToCancelTouches; 27 | - (void)_cancelOtherGestureRecognizersForTouches:(id)arg1; 28 | @end 29 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIExpandedModuleBackgroundView.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @class MTMaterialView, UIView; 13 | 14 | @interface CCUIExpandedModuleBackgroundView : UIView { 15 | 16 | id _client; 17 | CGFloat _weighting; 18 | MTMaterialView* _materialView; 19 | UIView* _obscuringBackgroundView; 20 | 21 | } 22 | 23 | @property (nonatomic,weak) id client; //@synthesize client=_client - In the implementation block 24 | @property (nonatomic,retain) MTMaterialView * materialView; //@synthesize materialView=_materialView - In the implementation block 25 | @property (nonatomic,retain) UIView * obscuringBackgroundView; //@synthesize obscuringBackgroundView=_obscuringBackgroundView - In the implementation block 26 | @property (assign,nonatomic) CGFloat weighting; //@synthesize weighting=_weighting - In the implementation block 27 | - (instancetype)initWithFrame:(CGRect)arg1; 28 | - (CGFloat)weighting; 29 | - (void)setWeighting:(CGFloat)arg1; 30 | - (id)client; 31 | - (void)setClient:(id)arg1; 32 | - (void)setObscuringBackgroundView:(UIView *)arg1; 33 | - (MTMaterialView *)materialView; 34 | - (void)setMaterialView:(MTMaterialView *)arg1; 35 | - (UIView *)obscuringBackgroundView; 36 | @end 37 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIFlickGestureRecognizer.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @class UITouch, NSTimer; 13 | 14 | @interface CCUIFlickGestureRecognizer : UIGestureRecognizer { 15 | 16 | UITouch* _touch; 17 | NSTimer* _timeoutTimer; 18 | CGFloat _initialTouchTimestamp; 19 | CGPoint _initialTouchLocation; 20 | BOOL _latched; 21 | CGFloat _maximumFlickTime; 22 | CGFloat _minimumFlickVelocity; 23 | NSUInteger _allowedFlickDirections; 24 | 25 | } 26 | 27 | @property (assign,nonatomic) CGFloat maximumFlickTime; //@synthesize maximumFlickTime=_maximumFlickTime - In the implementation block 28 | @property (assign,nonatomic) CGFloat minimumFlickVelocity; //@synthesize minimumFlickVelocity=_minimumFlickVelocity - In the implementation block 29 | @property (assign,nonatomic) NSUInteger allowedFlickDirections; //@synthesize allowedFlickDirections=_allowedFlickDirections - In the implementation block 30 | - (instancetype)initWithTarget:(id)arg1 action:(SEL)arg2; 31 | - (void)touchesBegan:(id)arg1 withEvent:(id)arg2; 32 | - (void)touchesMoved:(id)arg1 withEvent:(id)arg2; 33 | - (void)touchesEnded:(id)arg1 withEvent:(id)arg2; 34 | - (void)reset; 35 | - (void)setAllowedFlickDirections:(NSUInteger)arg1; 36 | - (NSUInteger)allowedFlickDirections; 37 | - (void)setMaximumFlickTime:(CGFloat)arg1; 38 | - (void)setMinimumFlickVelocity:(CGFloat)arg1; 39 | - (CGFloat)minimumFlickVelocity; 40 | - (void)_beginFlickWithTouch:(id)arg1; 41 | - (BOOL)_validateFlickWithTouch:(id)arg1; 42 | - (CGFloat)maximumFlickTime; 43 | - (void)_evaluateFlickAtTimeout; 44 | @end 45 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIHeaderPocketView.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @protocol CCUIStatusBarDelegate; 13 | @class MTMaterialView, UIView, SBUIChevronView, CCUIStatusBar; 14 | 15 | @interface CCUIHeaderPocketView : UIView { 16 | 17 | MTMaterialView* _headerBackgroundView; 18 | UIView* _headerLineView; 19 | SBUIChevronView* _headerChevronView; 20 | CCUIStatusBar* _statusBar; 21 | id _statusBarDelegate; 22 | NSUInteger _mode; 23 | CGFloat _backgroundAlpha; 24 | CGFloat _contentAlpha; 25 | CGFloat _contentAlphaMultiplier; 26 | UIEdgeInsets _edgeInsets; 27 | CGAffineTransform _contentTransform; 28 | 29 | } 30 | 31 | @property (nonatomic,readonly) CGRect contentBounds; 32 | @property (nonatomic,readonly) CCUIStatusBar * statusBar; //@synthesize statusBar=_statusBar - In the implementation block 33 | @property (nonatomic,weak) id statusBarDelegate; //@synthesize statusBarDelegate=_statusBarDelegate - In the implementation block 34 | @property (assign,nonatomic) NSUInteger mode; //@synthesize mode=_mode - In the implementation block 35 | @property (assign,nonatomic) UIEdgeInsets edgeInsets; //@synthesize edgeInsets=_edgeInsets - In the implementation block 36 | @property (assign,nonatomic) CGFloat backgroundAlpha; //@synthesize backgroundAlpha=_backgroundAlpha - In the implementation block 37 | @property (assign,nonatomic) CGFloat contentAlpha; //@synthesize contentAlpha=_contentAlpha - In the implementation block 38 | @property (assign,nonatomic) CGFloat contentAlphaMultiplier; //@synthesize contentAlphaMultiplier=_contentAlphaMultiplier - In the implementation block 39 | @property (assign,nonatomic) CGAffineTransform contentTransform; //@synthesize contentTransform=_contentTransform - In the implementation block 40 | @property (assign,nonatomic) NSUInteger chevronState; 41 | - (instancetype)initWithFrame:(CGRect)arg1; 42 | - (void)layoutSubviews; 43 | - (CCUIStatusBar *)statusBar; 44 | - (UIEdgeInsets)edgeInsets; 45 | - (NSUInteger)mode; 46 | - (void)setEdgeInsets:(UIEdgeInsets)arg1; 47 | - (void)setMode:(NSUInteger)arg1; 48 | - (void)setBackgroundAlpha:(CGFloat)arg1; 49 | - (void)setContentAlpha:(CGFloat)arg1; 50 | - (CGFloat)backgroundAlpha; 51 | - (CGRect)contentBounds; 52 | - (CGFloat)contentAlpha; 53 | - (void)setContentTransform:(CGAffineTransform)arg1; 54 | - (void)setChevronState:(NSUInteger)arg1; 55 | - (void)setContentAlphaMultiplier:(CGFloat)arg1; 56 | - (CGAffineTransform)contentTransform; 57 | - (id)statusBarDelegate; 58 | - (void)_updateContentTransform; 59 | - (void)setStatusBarDelegate:(id)arg1; 60 | - (NSUInteger)chevronState; 61 | - (CGFloat)contentAlphaMultiplier; 62 | - (void)_updateAlpha; 63 | @end 64 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIHostStatusBarStyleProvider.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, January 24, 2018 at 12:17:23 AM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/CoreServices/SpringBoard.app/SpringBoard 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | @class CCUIStatusBarStyleSnapshot; 10 | 11 | 12 | @protocol CCUIHostStatusBarStyleProvider 13 | @property (nonatomic,copy,readonly) CCUIStatusBarStyleSnapshot * hostStatusBarStyle; 14 | @required 15 | - (CCUIStatusBarStyleSnapshot *)hostStatusBarStyle; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUILayoutOptions.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | 12 | 13 | @interface CCUILayoutOptions : NSObject { 14 | 15 | CGFloat _itemEdgeSize; 16 | CGFloat _itemSpacing; 17 | 18 | } 19 | 20 | @property (nonatomic,readonly) CGFloat itemEdgeSize; //@synthesize itemEdgeSize=_itemEdgeSize - In the implementation block 21 | @property (nonatomic,readonly) CGFloat itemSpacing; //@synthesize itemSpacing=_itemSpacing - In the implementation block 22 | - (instancetype)init; 23 | - (BOOL)isEqual:(id)arg1; 24 | - (NSUInteger)hash; 25 | - (id)description; 26 | - (id)copyWithZone:(NSZone*)arg1; 27 | - (CGFloat)itemSpacing; 28 | - (id)mutableCopyWithZone:(NSZone*)arg1; 29 | - (instancetype)_initWithLayoutOptions:(id)arg1; 30 | - (CGFloat)itemEdgeSize; 31 | @end 32 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUILayoutView.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @protocol CCUILayoutViewLayoutSource; 13 | @class CCUILayoutOptions; 14 | 15 | @interface CCUILayoutView : CCUIScrollView { 16 | 17 | CCUILayoutOptions* _layoutOptions; 18 | id _layoutSource; 19 | UIEdgeInsets _edgeInsets; 20 | 21 | } 22 | 23 | @property (assign,nonatomic) UIEdgeInsets edgeInsets; //@synthesize edgeInsets=_edgeInsets - In the implementation block 24 | @property (nonatomic,weak) id layoutSource; //@synthesize layoutSource=_layoutSource - In the implementation block 25 | - (void)setNeedsLayout; 26 | - (void)layoutSubviews; 27 | - (CGSize)sizeThatFits:(CGSize)arg1; 28 | - (CGSize)intrinsicContentSize; 29 | - (UIEdgeInsets)edgeInsets; 30 | - (void)didAddSubview:(id)arg1; 31 | - (void)willRemoveSubview:(id)arg1; 32 | - (void)setEdgeInsets:(UIEdgeInsets)arg1; 33 | - (void)setLayoutSource:(id)arg1; 34 | - (instancetype)initWithFrame:(CGRect)arg1 layoutOptions:(id)arg2; 35 | - (CGRect)frameForLayoutRect:(CCUILayoutRect)arg1; 36 | - (CGRect)frameForSubview:(id)arg1; 37 | - (void)iterateLayoutSubviewsWithBlock:(/*^block*/ id)arg1; 38 | - (id)layoutSource; 39 | - (id)subviewsToLayout; 40 | @end 41 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUILayoutViewLayoutSource.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol CCUILayoutViewLayoutSource 11 | @required 12 | - (CCUILayoutSize*)layoutSizeForLayoutView:(id)arg1; 13 | - (CCUILayoutRect*)layoutView:(id)arg1 layoutRectForSubview:(id)arg2; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIModularControlCenterCardView.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @interface CCUIModularControlCenterCardView : UIView 13 | - (id)hitTest:(CGPoint)arg1 withEvent:(id)arg2; 14 | @end 15 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIModularControlCenterCardViewController.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | #import "CCUIModularControlCenterCardViewControllerDelegate.h" 12 | 13 | @interface CCUIModularControlCenterCardViewController : CCUIModularControlCenterViewController 14 | 15 | @property (nonatomic,readonly) UIEdgeInsets edgeInsets; 16 | @property (nonatomic,weak) id delegate; 17 | - (void)loadView; 18 | - (UIEdgeInsets)edgeInsets; 19 | - (NSInteger)_interfaceOrientation; 20 | - (void)viewWillLayoutSubviews; 21 | - (void)viewWillAppear:(BOOL)arg1; 22 | - (void)viewDidAppear:(BOOL)arg1; 23 | - (void)viewWillDisappear:(BOOL)arg1; 24 | - (void)viewDidDisappear:(BOOL)arg1; 25 | - (void)willResignActive; 26 | - (void)willBecomeActive; 27 | - (id)obscuringBackgroundViewForModuleCollectionViewController:(id)arg1; 28 | - (id)relevantSnapHeightsForOrientation:(NSInteger)arg1; 29 | - (instancetype)initWithSystemAgent:(id)arg1; 30 | - (CGRect)_statusLabelViewFrame; 31 | - (NSUInteger)_statusTextAlignment; 32 | @end 33 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIModularControlCenterCardViewControllerDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, January 24, 2018 at 12:17:22 AM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/CoreServices/SpringBoard.app/SpringBoard 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol CCUIModularControlCenterCardViewControllerDelegate 11 | @optional 12 | - (id)obscuringBackgroundViewForControlCenterViewController:(id)arg1; 13 | 14 | @required 15 | - (NSInteger)interfaceOrientationForControlCenterViewController:(id)arg1; 16 | - (CGFloat)statusTextHeightForControlCenterViewController:(id)arg1; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIModularControlCenterOverlayViewController.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | #import "CCUIScrollViewDelegate.h" 12 | #import "CCUIStatusLabelViewControllerDelegate.h" 13 | #import "CCUIOverlayViewProvider.h" 14 | #import "CCUIOverlayMetricsProvider.h" 15 | #import "CCUIStatusBarDelegate.h" 16 | 17 | #import "CCUIModularControlCenterOverlayViewControllerDelegate.h" 18 | #import "CCUIOverlayPresentationProvider.h" 19 | #import "CCUIHostStatusBarStyleProvider.h" 20 | 21 | @class MTMaterialView, UIScrollView, UIView, CCUIModuleCollectionView, CCUIStatusLabelViewController, CCUIHeaderPocketView, UIStatusBar, CCUIStatusBarStyleSnapshot, CCUIAnimationRunner, CCUIScrollView, UIPanGestureRecognizer, UITapGestureRecognizer, CCUIFlickGestureRecognizer, NSHashTable, NSUUID, CCUIOverlayTransitionState, NSString; 22 | 23 | @interface CCUIModularControlCenterOverlayViewController : CCUIModularControlCenterViewController { 24 | 25 | id _presentationProvider; 26 | CCUIAnimationRunner* _primaryAnimationRunner; 27 | CCUIAnimationRunner* _secondaryAnimationRunner; 28 | MTMaterialView* _backgroundView; 29 | CCUIHeaderPocketView* _headerPocketView; 30 | CCUIScrollView* _scrollView; 31 | UIView* _containerView; 32 | UIStatusBar* _compactLeadingStatusBar; 33 | BOOL _presentationPanGestureActive; 34 | UIPanGestureRecognizer* _headerPocketViewDismissalPanGesture; 35 | UITapGestureRecognizer* _headerPocketViewDismissalTapGesture; 36 | CCUIFlickGestureRecognizer* _collectionViewDismissalFlickGesture; 37 | UIPanGestureRecognizer* _collectionViewDismissalPanGesture; 38 | UITapGestureRecognizer* _collectionViewDismissalTapGesture; 39 | UIPanGestureRecognizer* _collectionViewScrollPanGesture; 40 | NSHashTable* _blockingGestureRecognizers; 41 | BOOL _interactiveTransition; 42 | NSUUID* _currentTransitionUUID; 43 | CCUIOverlayTransitionState* _previousTransitionState; 44 | CCUIStatusBarStyleSnapshot* _hostStatusBarStyleSnapshot; 45 | BOOL _reachabilityActive; 46 | NSUInteger _presentationState; 47 | id _hostStatusBarStyleProvider; 48 | 49 | } 50 | 51 | @property (assign,nonatomic) NSUInteger presentationState; //@synthesize presentationState=_presentationState - In the implementation block 52 | @property (nonatomic,weak) id delegate; 53 | @property (nonatomic,weak) id hostStatusBarStyleProvider; //@synthesize hostStatusBarStyleProvider=_hostStatusBarStyleProvider - In the implementation block 54 | @property (assign,getter=isReachabilityActive,nonatomic) BOOL reachabilityActive; //@synthesize reachabilityActive=_reachabilityActive - In the implementation block 55 | @property (readonly) NSUInteger hash; 56 | @property (readonly) Class superclass; 57 | @property (copy,readonly) NSString * description; 58 | @property (copy,readonly) NSString * debugDescription; 59 | @property (nonatomic,readonly) MTMaterialView * overlayBackgroundView; 60 | @property (nonatomic,readonly) UIScrollView * overlayScrollView; 61 | @property (nonatomic,readonly) UIView * overlayContainerView; 62 | @property (nonatomic,readonly) CCUIModuleCollectionView * overlayModuleCollectionView; 63 | @property (nonatomic,readonly) CCUIStatusLabelViewController * overlayStatusLabelViewController; 64 | @property (nonatomic,readonly) CCUIHeaderPocketView * overlayHeaderView; 65 | @property (nonatomic,readonly) UIStatusBar * overlayLeadingStatusBar; 66 | @property (nonatomic,readonly) CGSize overlayContentSize; 67 | @property (nonatomic,readonly) CGRect overlayContainerFrame; 68 | @property (nonatomic,readonly) UIEdgeInsets overlayAdditionalEdgeInsets; 69 | @property (nonatomic,readonly) CGFloat reachabilityOffset; 70 | @property (nonatomic,readonly) NSInteger overlayInterfaceOrientation; 71 | @property (nonatomic,copy,readonly) CCUIStatusBarStyleSnapshot * overlayStatusBarStyle; 72 | + (id)_presentationProviderForDevice; 73 | - (void)scrollViewDidScroll:(id)arg1; 74 | - (BOOL)gestureRecognizerShouldBegin:(id)arg1; 75 | - (BOOL)gestureRecognizer:(id)arg1 shouldBeRequiredToFailByGestureRecognizer:(id)arg2; 76 | - (BOOL)gestureRecognizer:(id)arg1 shouldReceiveTouch:(id)arg2; 77 | - (NSUInteger)preferredScreenEdgesDeferringSystemGestures; 78 | - (NSUInteger)supportedInterfaceOrientations; 79 | - (NSUInteger)__supportedInterfaceOrientations; 80 | - (void)viewWillLayoutSubviews; 81 | - (void)viewWillTransitionToSize:(CGSize)arg1 withTransitionCoordinator:(id)arg2; 82 | - (void)viewDidLoad; 83 | - (CGFloat)reachabilityOffset; 84 | - (void)setReachabilityActive:(BOOL)arg1; 85 | - (UIScrollView *)overlayScrollView; 86 | - (void)presentAnimated:(BOOL)arg1 withCompletionHandler:(/*^block*/ id)arg2; 87 | - (void)setPresentationState:(NSUInteger)arg1; 88 | - (UIView *)overlayContainerView; 89 | - (void)moduleCollectionViewController:(id)arg1 willOpenExpandedModule:(id)arg2; 90 | - (void)moduleCollectionViewController:(id)arg1 willCloseExpandedModule:(id)arg2; 91 | - (void)moduleCollectionViewController:(id)arg1 didAddModuleContainerViewController:(id)arg2; 92 | - (void)moduleInstancesChangedForModuleInstanceManager:(id)arg1; 93 | - (NSInteger)overlayInterfaceOrientation; 94 | - (BOOL)isReachabilityActive; 95 | - (CGRect)overlayContainerFrame; 96 | - (MTMaterialView *)overlayBackgroundView; 97 | - (CGSize)overlayContentSize; 98 | - (CCUIHeaderPocketView *)overlayHeaderView; 99 | - (UIStatusBar *)overlayLeadingStatusBar; 100 | - (CCUIStatusLabelViewController *)overlayStatusLabelViewController; 101 | - (CCUIModuleCollectionView *)overlayModuleCollectionView; 102 | - (CCUIStatusBarStyleSnapshot *)overlayStatusBarStyle; 103 | - (void)setOverlayStatusBarHidden:(BOOL)arg1; 104 | - (UIEdgeInsets)overlayAdditionalEdgeInsets; 105 | - (instancetype)initWithSystemAgent:(id)arg1; 106 | - (id)_statusLabelViewContainerView; 107 | - (id)_moduleCollectionViewContainerView; 108 | - (void)_reparentAndBecomeActive; 109 | - (instancetype)_initWithSystemAgent:(id)arg1 presentationProvider:(id)arg2; 110 | - (id)_beginPresentationAnimated:(BOOL)arg1 interactive:(BOOL)arg2; 111 | - (void)_endPresentationWithUUID:(id)arg1 success:(BOOL)arg2; 112 | - (void)_updatePresentationForTransitionState:(id)arg1 withCompletionHander:(/*^block*/ id)arg2; 113 | - (id)hostStatusBarStyleProvider; 114 | - (void)_cancelDismissalPanGestures; 115 | - (id)_beginDismissalAnimated:(BOOL)arg1 interactive:(BOOL)arg2; 116 | - (void)_endDismissalWithUUID:(id)arg1 animated:(BOOL)arg2 success:(BOOL)arg3; 117 | - (void)_updateHotPocketAnimated:(BOOL)arg1; 118 | - (void)_updateHotPocket:(BOOL)arg1 animated:(BOOL)arg2; 119 | - (void)_setupPanGestureFailureRequirements; 120 | - (void)_handleDismissalPanGestureRecognizer:(id)arg1; 121 | - (void)_handleDismissalTapGestureRecognizer:(id)arg1; 122 | - (void)_handleDismissalFlickGestureRecognizer:(id)arg1; 123 | - (BOOL)_dismissalFlickGestureRecognizerShouldBegin:(id)arg1; 124 | - (BOOL)_dismissalTapGestureRecognizerShouldBegin:(id)arg1; 125 | - (BOOL)_dismissalPanGestureRecognizerShouldBegin:(id)arg1; 126 | - (BOOL)_dismissalFlickGestureRecognizer:(id)arg1 shouldBeRequiredToFailByGestureRecognizer:(id)arg2; 127 | - (BOOL)_dismissalFlickGestureRecognizer:(id)arg1 shouldReceiveTouch:(id)arg2; 128 | - (BOOL)_scrollPanGestureRecognizerShouldBegin:(id)arg1; 129 | - (void)updatePresentationWithLocation:(CGPoint)arg1 translation:(CGPoint)arg2 velocity:(CGPoint)arg3; 130 | - (void)_updatePresentationForTransitionType:(NSUInteger)arg1 translation:(CGPoint)arg2 interactive:(BOOL)arg3; 131 | - (BOOL)_scrollViewIsScrollable; 132 | - (BOOL)_scrollPanGestureRecognizerCanBeginForGestureVelocity:(CGPoint)arg1; 133 | - (BOOL)_scrollViewCanAcceptDownwardsPan; 134 | - (BOOL)_gestureRecognizerIsActive:(id)arg1; 135 | - (void)_dismissalPanGestureRecognizerBegan:(id)arg1; 136 | - (void)_dismissalPanGestureRecognizerChanged:(id)arg1; 137 | - (void)_dismissalPanGestureRecognizerEnded:(id)arg1; 138 | - (void)_dismissalPanGestureRecognizerCancelled:(id)arg1; 139 | - (void)_dismissalPanGestureRecognizerFailed:(id)arg1; 140 | - (BOOL)scrollView:(id)arg1 gestureRecognizerShouldBegin:(id)arg2; 141 | - (void)statusLabelViewControllerWillBeginStatusUpdates:(id)arg1; 142 | - (void)statusLabelViewControllerDidFinishStatusUpdates:(id)arg1; 143 | - (id)compactStyleRequestForStatusBar:(id)arg1; 144 | - (void)beginPresentationWithLocation:(CGPoint)arg1 translation:(CGPoint)arg2 velocity:(CGPoint)arg3; 145 | - (void)endPresentationWithLocation:(CGPoint)arg1 translation:(CGPoint)arg2 velocity:(CGPoint)arg3; 146 | - (void)cancelPresentationWithLocation:(CGPoint)arg1 translation:(CGPoint)arg2 velocity:(CGPoint)arg3; 147 | - (void)setHostStatusBarStyleProvider:(id)arg1; 148 | - (NSUInteger)presentationState; 149 | - (void)dismissAnimated:(BOOL)arg1 withCompletionHandler:(/*^block*/ id)arg2; 150 | @end 151 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIModularControlCenterOverlayViewControllerDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, January 24, 2018 at 12:17:23 AM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/CoreServices/SpringBoard.app/SpringBoard 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol CCUIModularControlCenterOverlayViewControllerDelegate 11 | @optional 12 | - (void)controlCenterViewController:(id)arg1 didChangePresentationState:(unsigned long long)arg2; 13 | - (void)controlCenterViewController:(id)arg1 significantPresentationProgressChange:(double)arg2; 14 | 15 | @required 16 | - (void)controlCenterViewController:(id)arg1 wantsHostStatusBarHidden:(BOOL)arg2; 17 | - (CGFloat)reachabilityOffsetForControlCenterViewController:(id)arg1; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIModularControlCenterViewController.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | #import "CCUIModuleCollectionViewControllerDelegate.h" 12 | #import "CCUIContentModuleContextDelegate.h" 13 | #import "CCUIModuleInstanceManagerObserver.h" 14 | 15 | @protocol CCUIModularControlCenterViewControllerDelegate; 16 | @class CCUIModuleInstanceManager, CCUIStatusLabelViewController, CCUIModuleCollectionViewController, NSString; 17 | 18 | @interface CCUIModularControlCenterViewController : UIViewController { 19 | 20 | CCUIModuleInstanceManager* _moduleManager; 21 | BOOL _active; 22 | BOOL _hostedInTestApp; 23 | id _delegate; 24 | CCUIModuleInstanceManager* _moduleInstanceManager; 25 | CCUIStatusLabelViewController* _statusLabelViewController; 26 | 27 | } 28 | 29 | @property (nonatomic,readonly) CCUIModuleInstanceManager * moduleInstanceManager; //@synthesize moduleInstanceManager=_moduleInstanceManager - In the implementation block 30 | @property (nonatomic,readonly) CCUIStatusLabelViewController * statusLabelViewController; //@synthesize statusLabelViewController=_statusLabelViewController - In the implementation block 31 | @property (nonatomic,readonly) CCUIModuleCollectionViewController * moduleCollectionViewController; 32 | @property (assign,getter=isHostedInTestApp,nonatomic) BOOL hostedInTestApp; //@synthesize hostedInTestApp=_hostedInTestApp - In the implementation block 33 | @property (nonatomic,readonly) NSUInteger moduleRowCount; 34 | @property (nonatomic,weak) id delegate; //@synthesize delegate=_delegate - In the implementation block 35 | @property (readonly) NSUInteger hash; 36 | @property (readonly) Class superclass; 37 | @property (copy,readonly) NSString * description; 38 | @property (copy,readonly) NSString * debugDescription; 39 | + (id)_sharedCollectionViewController; 40 | - (id)delegate; 41 | - (void)setDelegate:(id)arg1; 42 | - (NSInteger)_interfaceOrientation; 43 | - (void)viewWillTransitionToSize:(CGSize)arg1 withTransitionCoordinator:(id)arg2; 44 | - (CGSize)preferredContentSize; 45 | - (void)viewDidLoad; 46 | - (BOOL)shouldAutomaticallyForwardAppearanceMethods; 47 | - (void)_resignActive; 48 | - (BOOL)canDismissPresentedContent; 49 | - (void)dismissPresentedContentAnimated:(BOOL)arg1 completion:(/*^block*/ id)arg2; 50 | - (NSInteger)interfaceOrientationForModuleCollectionViewController:(id)arg1; 51 | - (void)moduleCollectionViewController:(id)arg1 didBeginInteractionWithModule:(id)arg2; 52 | - (void)moduleCollectionViewController:(id)arg1 didFinishInteractionWithModule:(id)arg2; 53 | - (void)moduleCollectionViewController:(id)arg1 willOpenExpandedModule:(id)arg2; 54 | - (void)moduleCollectionViewController:(id)arg1 didOpenExpandedModule:(id)arg2; 55 | - (void)moduleCollectionViewController:(id)arg1 willCloseExpandedModule:(id)arg2; 56 | - (void)moduleCollectionViewController:(id)arg1 didCloseExpandedModule:(id)arg2; 57 | - (id)obscuringBackgroundViewForModuleCollectionViewController:(id)arg1; 58 | - (void)moduleCollectionViewController:(id)arg1 didAddModuleContainerViewController:(id)arg2; 59 | - (void)moduleCollectionViewController:(id)arg1 willRemoveModuleContainerViewController:(id)arg2; 60 | - (void)moduleInstancesChangedForModuleInstanceManager:(id)arg1; 61 | - (void)expandModuleWithIdentifier:(id)arg1; 62 | - (void)dismissExpandedModuleAnimated:(BOOL)arg1 completion:(/*^block*/ id)arg2; 63 | - (void)contentModuleContext:(id)arg1 enqueueStatusUpdate:(id)arg2; 64 | - (void)requestExpandModuleForContentModuleContext:(id)arg1; 65 | - (void)dismissExpandedViewForContentModuleContext:(id)arg1; 66 | - (instancetype)initWithSystemAgent:(id)arg1; 67 | - (CCUIModuleCollectionViewController *)moduleCollectionViewController; 68 | - (void)dismissPresentedContentWithCompletionHandler:(/*^block*/ id)arg1; 69 | - (void)_reparentCollectionViewController; 70 | - (void)_reparent; 71 | - (id)_safeStatusLabelViewContainerView; 72 | - (CCUIStatusLabelViewController *)statusLabelViewController; 73 | - (id)_statusLabelViewContainerView; 74 | - (id)_moduleCollectionViewContainerView; 75 | - (id)_safeModuleCollectionViewContainerView; 76 | - (NSUInteger)moduleRowCount; 77 | - (void)closeCurrentModuleWithCompletionHandler:(/*^block*/ id)arg1; 78 | - (void)dismissPresentedContent; 79 | - (void)_reparentAndBecomeActive; 80 | - (id)interactionHighlightContainerViewForModuleCollectionViewController:(id)arg1; 81 | - (CCUIModuleInstanceManager *)moduleInstanceManager; 82 | - (BOOL)isHostedInTestApp; 83 | - (void)setHostedInTestApp:(BOOL)arg1; 84 | @end 85 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIModuleCollectionView.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @interface CCUIModuleCollectionView : CCUILayoutView 13 | - (id)hitTest:(CGPoint)arg1 withEvent:(id)arg2; 14 | - (instancetype)initWithFrame:(CGRect)arg1 layoutOptions:(id)arg2; 15 | @end 16 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIModuleCollectionViewController.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | #import "CCUIModuleInstanceManagerObserver.h" 12 | #import "CCUIModuleSettingsManagerObserver.h" 13 | #import "CCUILayoutViewLayoutSource.h" 14 | #import "CCUIContentModuleContainerViewControllerDelegate.h" 15 | #import "CCUISafeAppearancePropagationProvider.h" 16 | 17 | @protocol OS_dispatch_group, CCUIModuleCollectionViewControllerDelegate; 18 | @class NSArray, CCUIModuleInstanceManager, CCUIModuleSettingsManager, CCUIControlCenterPositionProvider, CCUILayoutOptions, NSDictionary, NSHashTable, NSObject, CCUIExpandedModuleBackgroundView, CCUIModuleCollectionView, NSString; 19 | 20 | @interface CCUIModuleCollectionViewController : UIViewController { 21 | 22 | CCUIModuleInstanceManager* _moduleManager; 23 | CCUIModuleSettingsManager* _settingsManager; 24 | CCUIControlCenterPositionProvider* _portraitPositionProvider; 25 | CCUIControlCenterPositionProvider* _landscapePositionProvider; 26 | CCUILayoutOptions* _layoutOptions; 27 | NSDictionary* _moduleViewControllerByIdentifier; 28 | NSDictionary* _moduleContainerViewByIdentifier; 29 | NSHashTable* _currentModules; 30 | NSHashTable* _expandedModules; 31 | NSObject* _moduleCloseDispatchGroup; 32 | CCUIExpandedModuleBackgroundView* _sharedExpandedModuleBackgroundView; 33 | id _delegate; 34 | 35 | } 36 | 37 | @property (nonatomic,readonly) NSUInteger expandedModuleCount; 38 | @property (nonatomic,retain) CCUIModuleCollectionView * moduleCollectionView; 39 | @property (nonatomic,weak) id delegate; //@synthesize delegate=_delegate - In the implementation block 40 | @property (readonly) NSUInteger hash; 41 | @property (readonly) Class superclass; 42 | @property (copy,readonly) NSString * description; 43 | @property (copy,readonly) NSString * debugDescription; 44 | @property (nonatomic,readonly) NSArray * childViewControllersForAppearancePropagation; 45 | - (id)delegate; 46 | - (void)setDelegate:(id)arg1; 47 | - (void)loadView; 48 | - (NSInteger)_interfaceOrientation; 49 | - (CGSize)sizeForChildContentContainer:(id)arg1 withParentContainerSize:(CGSize)arg2; 50 | - (CGSize)preferredContentSize; 51 | - (void)viewDidLoad; 52 | - (BOOL)shouldAutomaticallyForwardAppearanceMethods; 53 | - (void)viewDidAppear:(BOOL)arg1; 54 | - (void)viewWillDisappear:(BOOL)arg1; 55 | - (void)viewDidDisappear:(BOOL)arg1; 56 | - (void)willResignActive; 57 | - (void)willBecomeActive; 58 | - (void)dismissPresentedContentAnimated:(BOOL)arg1 completion:(/*^block*/ id)arg2; 59 | - (id)_currentLayoutOptions; 60 | - (void)_updateEnabledModuleIdentifiers; 61 | - (void)setModuleCollectionView:(CCUIModuleCollectionView *)arg1; 62 | - (void)_refreshPositionProviders; 63 | - (void)_populateModuleViewControllers; 64 | - (CCUIModuleCollectionView *)moduleCollectionView; 65 | - (id)_activePositionProvider; 66 | - (id)_positionProviderForInterfaceOrientation:(NSInteger)arg1; 67 | - (void)_updateModuleControllers; 68 | - (BOOL)_shouldApplyBackgroundEffects; 69 | - (id)_moduleInstances; 70 | - (id)_setupAndAddModuleViewControllerToHierarchy:(id)arg1; 71 | - (void)_removeAndTearDownModuleViewControllerFromHierarchy:(id)arg1; 72 | - (id)_sizesForModuleIdentifiers:(id)arg1 moduleInstanceByIdentifier:(id)arg2 interfaceOrientation:(NSInteger)arg3; 73 | - (void)moduleInstancesChangedForModuleInstanceManager:(id)arg1; 74 | - (void)orderedEnabledModuleIdentifiersChangedForSettingsManager:(id)arg1; 75 | - (CCUILayoutSize)layoutSizeForLayoutView:(id)arg1; 76 | - (CCUILayoutRect)layoutView:(id)arg1 layoutRectForSubview:(id)arg2; 77 | - (CGRect)compactModeFrameForContentModuleContainerViewController:(id)arg1; 78 | - (BOOL)contentModuleContainerViewController:(id)arg1 canBeginInteractionWithModule:(id)arg2; 79 | - (void)contentModuleContainerViewController:(id)arg1 didBeginInteractionWithModule:(id)arg2; 80 | - (void)contentModuleContainerViewController:(id)arg1 didFinishInteractionWithModule:(id)arg2; 81 | - (void)contentModuleContainerViewController:(id)arg1 willOpenExpandedModule:(id)arg2; 82 | - (void)contentModuleContainerViewController:(id)arg1 didOpenExpandedModule:(id)arg2; 83 | - (void)contentModuleContainerViewController:(id)arg1 willCloseExpandedModule:(id)arg2; 84 | - (void)contentModuleContainerViewController:(id)arg1 didCloseExpandedModule:(id)arg2; 85 | - (BOOL)shouldApplyBackgroundEffectsForContentModuleContainerViewController:(id)arg1; 86 | - (id)backgroundViewForContentModuleContainerViewController:(id)arg1; 87 | - (NSArray *)childViewControllersForAppearancePropagation; 88 | - (instancetype)initWithModuleInstanceManager:(id)arg1; 89 | - (NSUInteger)expandedModuleCount; 90 | - (void)expandModuleWithIdentifier:(id)arg1; 91 | - (void)dismissExpandedModuleAnimated:(BOOL)arg1 completion:(/*^block*/ id)arg2; 92 | - (BOOL)isModuleExpandedForIdentifier:(id)arg1; 93 | - (BOOL)isAtMaxHeight; 94 | - (id)relevantSnapHeightsForOrientation:(NSInteger)arg1; 95 | - (id)queryAllTopLevelBlockingGestureRecognizers; 96 | @end 97 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIModuleCollectionViewControllerDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol CCUIModuleCollectionViewControllerDelegate 11 | @required 12 | - (NSInteger)interfaceOrientationForModuleCollectionViewController:(id)arg1; 13 | - (void)moduleCollectionViewController:(id)arg1 didBeginInteractionWithModule:(id)arg2; 14 | - (void)moduleCollectionViewController:(id)arg1 didFinishInteractionWithModule:(id)arg2; 15 | - (void)moduleCollectionViewController:(id)arg1 willOpenExpandedModule:(id)arg2; 16 | - (void)moduleCollectionViewController:(id)arg1 didOpenExpandedModule:(id)arg2; 17 | - (void)moduleCollectionViewController:(id)arg1 willCloseExpandedModule:(id)arg2; 18 | - (void)moduleCollectionViewController:(id)arg1 didCloseExpandedModule:(id)arg2; 19 | - (id)obscuringBackgroundViewForModuleCollectionViewController:(id)arg1; 20 | - (void)moduleCollectionViewController:(id)arg1 didAddModuleContainerViewController:(id)arg2; 21 | - (void)moduleCollectionViewController:(id)arg1 willRemoveModuleContainerViewController:(id)arg2; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIModuleInstance.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | 12 | @protocol CCUIContentModule; 13 | @class CCSModuleMetadata; 14 | 15 | @interface CCUIModuleInstance : NSObject { 16 | 17 | CCSModuleMetadata* _metadata; 18 | id _module; 19 | CCUILayoutSize _prototypeModuleSize; 20 | 21 | } 22 | 23 | @property (nonatomic,readonly) CCSModuleMetadata * metadata; //@synthesize metadata=_metadata - In the implementation block 24 | @property (nonatomic,readonly) id module; //@synthesize module=_module - In the implementation block 25 | @property (nonatomic,readonly) CCUILayoutSize prototypeModuleSize; //@synthesize prototypeModuleSize=_prototypeModuleSize - In the implementation block 26 | - (id)module; 27 | - (id)copyWithZone:(NSZone*)arg1; 28 | - (CCSModuleMetadata *)metadata; 29 | - (CCUILayoutSize)prototypeModuleSize; 30 | - (instancetype)initWithMetadata:(id)arg1 module:(id)arg2 prototypeModuleSize:(CCUILayoutSize)arg3; 31 | @end 32 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIModuleInstanceManager.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import "CCSModuleRepositoryObserver.h" 10 | #import "CCUIContentModuleContextDelegate.h" 11 | 12 | @protocol CCUIControlCenterSystemAgent, CCUIContentModuleContextDelegate; 13 | @class CCSModuleRepository, NSMutableDictionary, NSHashTable, NSSet, NSArray, NSString; 14 | 15 | @interface CCUIModuleInstanceManager : NSObject { 16 | 17 | id _systemAgent; 18 | CCSModuleRepository* _repository; 19 | NSMutableDictionary* _moduleInstanceByIdentifier; 20 | NSHashTable* _observers; 21 | id _contextDelegate; 22 | NSSet* _enabledModuleIdentifiers; 23 | 24 | } 25 | 26 | @property (nonatomic,weak) id contextDelegate; //@synthesize contextDelegate=_contextDelegate - In the implementation block 27 | @property (nonatomic,copy) NSSet * enabledModuleIdentifiers; //@synthesize enabledModuleIdentifiers=_enabledModuleIdentifiers - In the implementation block 28 | @property (nonatomic,readonly) NSArray * moduleInstances; 29 | @property (readonly) NSUInteger hash; 30 | @property (readonly) Class superclass; 31 | @property (copy,readonly) NSString * description; 32 | @property (copy,readonly) NSString * debugDescription; 33 | + (instancetype)sharedInstance; 34 | + (void)initialize; 35 | + (void)setupSharedInstanceWithSystemAgent:(id)arg1; 36 | - (void)addObserver:(id)arg1; 37 | - (void)removeObserver:(id)arg1; 38 | - (void)setEnabledModuleIdentifiers:(NSSet *)arg1; 39 | - (NSArray *)moduleInstances; 40 | - (instancetype)_initWithSystemAgent:(id)arg1 repository:(id)arg2; 41 | - (void)_updateModuleInstances; 42 | - (NSSet *)enabledModuleIdentifiers; 43 | - (id)_instantiateModuleWithMetadata:(id)arg1; 44 | - (void)_runBlockOnObservers:(/*^block*/ id)arg1; 45 | - (id)contextDelegate; 46 | - (void)contentModuleContext:(id)arg1 enqueueStatusUpdate:(id)arg2; 47 | - (void)requestExpandModuleForContentModuleContext:(id)arg1; 48 | - (void)dismissExpandedViewForContentModuleContext:(id)arg1; 49 | - (void)loadableModulesChangedForModuleRepository:(id)arg1; 50 | - (void)setContextDelegate:(id)arg1; 51 | @end 52 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIModuleInstanceManagerObserver.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol CCUIModuleInstanceManagerObserver 11 | @required 12 | - (void)moduleInstancesChangedForModuleInstanceManager:(id)arg1; 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIModuleSettings.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | 12 | @interface CCUIModuleSettings : NSObject { 13 | 14 | CCUILayoutSize _portraitLayoutSize; 15 | CCUILayoutSize _landscapeLayoutSize; 16 | 17 | } 18 | - (BOOL)isEqual:(id)arg1; 19 | - (NSUInteger)hash; 20 | - (id)description; 21 | - (id)copyWithZone:(NSZone*)arg1; 22 | - (CCUILayoutSize)layoutSizeForInterfaceOrientation:(NSInteger)arg1; 23 | - (instancetype)initWithPortraitLayoutSize:(CCUILayoutSize)arg1 landscapeLayoutSize:(CCUILayoutSize)arg2; 24 | @end 25 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIModuleSettingsManager.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import "CCSModuleSettingsProviderObserver.h" 11 | 12 | @class CCSModuleSettingsProvider, NSDictionary, NSHashTable, NSString; 13 | 14 | @interface CCUIModuleSettingsManager : NSObject { 15 | 16 | CCSModuleSettingsProvider* _settingsProvider; 17 | NSDictionary* _settingsByIdentifier; 18 | NSHashTable* _observers; 19 | 20 | } 21 | 22 | @property (readonly) NSUInteger hash; 23 | @property (readonly) Class superclass; 24 | @property (copy,readonly) NSString * description; 25 | @property (copy,readonly) NSString * debugDescription; 26 | - (instancetype)init; 27 | - (void)addObserver:(id)arg1; 28 | - (void)removeObserver:(id)arg1; 29 | - (id)orderedEnabledModuleIdentifiers; 30 | - (id)sortModuleIdentifiers:(id)arg1 forInterfaceOrientation:(NSInteger)arg2; 31 | - (id)moduleSettingsForModuleIdentifier:(id)arg1 prototypeSize:(CCUILayoutSize)arg2; 32 | - (void)_loadSettings; 33 | - (void)_runBlockOnListeners:(/*^block*/ id)arg1; 34 | - (void)orderedEnabledModuleIdentifiersChangedForSettingsProvider:(id)arg1; 35 | @end 36 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIModuleSettingsManagerObserver.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol CCUIModuleSettingsManagerObserver 11 | @required 12 | - (void)orderedEnabledModuleIdentifiersChangedForSettingsManager:(id)arg1; 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIMutableC2AnimationParameters.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @interface CCUIMutableC2AnimationParameters : CCUIC2AnimationParameters 13 | 14 | @property (assign,getter=isInteractive,nonatomic) BOOL interactive; 15 | @property (assign,nonatomic) CGFloat tension; 16 | @property (assign,nonatomic) CGFloat friction; 17 | - (id)copyWithZone:(NSZone*)arg1; 18 | - (void)setFriction:(CGFloat)arg1; 19 | - (void)setInteractive:(BOOL)arg1; 20 | - (void)setTension:(CGFloat)arg1; 21 | @end 22 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIMutableCABasicAnimationParameters.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @interface CCUIMutableCABasicAnimationParameters : CCUICABasicAnimationParameters 13 | 14 | @property (assign,nonatomic) CGFloat duration; 15 | @property (nonatomic,copy) id timingFunction; 16 | - (void)setDuration:(CGFloat)arg1; 17 | - (id)copyWithZone:(NSZone*)arg1; 18 | - (void)setTimingFunction:(id)arg1; 19 | @end 20 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIMutableCASpringAnimationParameters.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @interface CCUIMutableCASpringAnimationParameters : CCUICASpringAnimationParameters 13 | 14 | @property (assign,nonatomic) CGFloat mass; 15 | @property (assign,nonatomic) CGFloat stiffness; 16 | @property (assign,nonatomic) CGFloat damping; 17 | @property (nonatomic,copy) id timingFunction; 18 | - (void)setStiffness:(CGFloat)arg1; 19 | - (void)setDamping:(CGFloat)arg1; 20 | - (void)setMass:(CGFloat)arg1; 21 | - (id)copyWithZone:(NSZone*)arg1; 22 | - (void)setTimingFunction:(id)arg1; 23 | @end 24 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIMutableLayoutOptions.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @interface CCUIMutableLayoutOptions : CCUILayoutOptions 13 | 14 | @property (assign,nonatomic) CGFloat itemEdgeSize; 15 | @property (assign,nonatomic) CGFloat itemSpacing; 16 | - (id)copyWithZone:(NSZone*)arg1; 17 | - (void)setItemSpacing:(CGFloat)arg1; 18 | - (void)setItemEdgeSize:(CGFloat)arg1; 19 | @end 20 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIOverlayFlickGestureBehavior.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol CCUIOverlayFlickGestureBehavior 11 | @property (nonatomic,readonly) CGFloat dismissalFlickMaximumTime; 12 | @property (nonatomic,readonly) CGFloat dismissalFlickMinimumVelocity; 13 | @property (nonatomic,readonly) NSUInteger dismissalFlickAllowedDirections; 14 | @required 15 | - (CGFloat)dismissalFlickMaximumTime; 16 | - (CGFloat)dismissalFlickMinimumVelocity; 17 | - (NSUInteger)dismissalFlickAllowedDirections; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIOverlayMetricsProvider.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | @class CCUIStatusBarStyleSnapshot; 10 | 11 | 12 | @protocol CCUIOverlayMetricsProvider 13 | @property (nonatomic,readonly) CGSize overlayContentSize; 14 | @property (nonatomic,readonly) CGRect overlayContainerFrame; 15 | @property (nonatomic,readonly) UIEdgeInsets overlayAdditionalEdgeInsets; 16 | @property (getter=isReachabilityActive,nonatomic,readonly) BOOL reachabilityActive; 17 | @property (nonatomic,readonly) CGFloat reachabilityOffset; 18 | @property (nonatomic,readonly) NSInteger overlayInterfaceOrientation; 19 | @property (nonatomic,copy,readonly) CCUIStatusBarStyleSnapshot * overlayStatusBarStyle; 20 | @required 21 | - (CGFloat)reachabilityOffset; 22 | - (NSInteger)overlayInterfaceOrientation; 23 | - (BOOL)isReachabilityActive; 24 | - (CGRect)overlayContainerFrame; 25 | - (CGSize)overlayContentSize; 26 | - (CCUIStatusBarStyleSnapshot *)overlayStatusBarStyle; 27 | - (UIEdgeInsets)overlayAdditionalEdgeInsets; 28 | 29 | @end 30 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIOverlayPresentationProvider.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | @protocol CCUIOverlayViewProvider, CCUIOverlayMetricsProvider, CCUIOverlayFlickGestureBehavior; 10 | 11 | @protocol CCUIOverlayPresentationProvider 12 | @property (getter=isPanDismissalAvailable,nonatomic,readonly) BOOL panDismissalAvailable; 13 | @property (nonatomic,readonly) NSUInteger backgroundMaterialOptions; 14 | @property (nonatomic,readonly) BOOL allowHotPocketDuringTransition; 15 | @property (nonatomic,weak) id viewProvider; 16 | @property (nonatomic,weak) id metricsProvider; 17 | @property (nonatomic,readonly) NSUInteger headerMode; 18 | @property (nonatomic,copy,readonly) id flickGestureBehavior; 19 | @optional 20 | - (id)secondaryAnimationBatchForTransitionState:(id)arg1 previousTransitionState:(id)arg2; 21 | - (id)prepareForPresentation; 22 | - (id)cleanupForDismissal; 23 | - (NSUInteger)headerMode; 24 | - (id)flickGestureBehavior; 25 | 26 | @required 27 | - (void)layoutViews; 28 | - (id)metricsProvider; 29 | - (id)viewProvider; 30 | - (id)transitionStateForType:(NSUInteger)arg1 interactive:(BOOL)arg2 translation:(CGPoint)arg3; 31 | - (NSUInteger)finalTransitionTypeForState:(id)arg1 gestureTranslation:(CGPoint)arg2 gestureVelocity:(CGPoint)arg3; 32 | - (id)animationBatchForTransitionState:(id)arg1 previousTransitionState:(id)arg2; 33 | - (BOOL)tapAllowsDismissalForLocation:(CGPoint)arg1; 34 | - (BOOL)isPanDismissalAvailable; 35 | - (NSUInteger)backgroundMaterialOptions; 36 | - (BOOL)allowHotPocketDuringTransition; 37 | - (void)setViewProvider:(id)arg1; 38 | - (void)setMetricsProvider:(id)arg1; 39 | 40 | @end 41 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIOverlayScaleFadePresentationProvider.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import "CCUIOverlayPresentationProvider.h" 11 | 12 | @protocol CCUIOverlayViewProvider, CCUIOverlayMetricsProvider; 13 | @class NSString; 14 | 15 | @interface CCUIOverlayScaleFadePresentationProvider : NSObject { 16 | 17 | id _viewProvider; 18 | id _metricsProvider; 19 | 20 | } 21 | 22 | @property (readonly) NSUInteger hash; 23 | @property (readonly) Class superclass; 24 | @property (copy,readonly) NSString * description; 25 | @property (copy,readonly) NSString * debugDescription; 26 | @property (getter=isPanDismissalAvailable,nonatomic,readonly) BOOL panDismissalAvailable; 27 | @property (nonatomic,readonly) NSUInteger backgroundMaterialOptions; 28 | @property (nonatomic,readonly) BOOL allowHotPocketDuringTransition; 29 | @property (nonatomic,weak) id viewProvider; //@synthesize viewProvider=_viewProvider - In the implementation block 30 | @property (nonatomic,weak) id metricsProvider; //@synthesize metricsProvider=_metricsProvider - In the implementation block 31 | @property (nonatomic,readonly) NSUInteger headerMode; 32 | @property (nonatomic,copy,readonly) id flickGestureBehavior; 33 | + (id)_baseC2AnimationParametersForTransitionState:(id)arg1; 34 | - (void)layoutViews; 35 | - (id)metricsProvider; 36 | - (CGRect)_presentedViewFrame; 37 | - (id)viewProvider; 38 | - (void)_addBackgroundViewWeightingAnimationToBatch:(id)arg1 transitionState:(id)arg2; 39 | - (id)transitionStateForType:(NSUInteger)arg1 interactive:(BOOL)arg2 translation:(CGPoint)arg3; 40 | - (NSUInteger)finalTransitionTypeForState:(id)arg1 gestureTranslation:(CGPoint)arg2 gestureVelocity:(CGPoint)arg3; 41 | - (id)animationBatchForTransitionState:(id)arg1 previousTransitionState:(id)arg2; 42 | - (BOOL)tapAllowsDismissalForLocation:(CGPoint)arg1; 43 | - (BOOL)isPanDismissalAvailable; 44 | - (NSUInteger)backgroundMaterialOptions; 45 | - (BOOL)allowHotPocketDuringTransition; 46 | - (void)setViewProvider:(id)arg1; 47 | - (void)setMetricsProvider:(id)arg1; 48 | - (CGRect)_statusLabelViewFrame; 49 | - (void)_addContainerTransformAnimationToBatch:(id)arg1 transitionState:(id)arg2; 50 | - (void)_addContainerAlphaAnimationToBatch:(id)arg1 transitionState:(id)arg2; 51 | @end 52 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIOverlaySlideUpPresentationProvider.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import "CCUIOverlayFlickGestureBehavior.h" 11 | #import "CCUIOverlayPresentationProvider.h" 12 | 13 | @protocol CCUIOverlayViewProvider, CCUIOverlayMetricsProvider; 14 | @class NSString; 15 | 16 | @interface CCUIOverlaySlideUpPresentationProvider : NSObject { 17 | 18 | id _viewProvider; 19 | id _metricsProvider; 20 | 21 | } 22 | 23 | @property (readonly) NSUInteger hash; 24 | @property (readonly) Class superclass; 25 | @property (copy,readonly) NSString * description; 26 | @property (copy,readonly) NSString * debugDescription; 27 | @property (nonatomic,readonly) CGFloat dismissalFlickMaximumTime; 28 | @property (nonatomic,readonly) CGFloat dismissalFlickMinimumVelocity; 29 | @property (nonatomic,readonly) NSUInteger dismissalFlickAllowedDirections; 30 | @property (getter=isPanDismissalAvailable,nonatomic,readonly) BOOL panDismissalAvailable; 31 | @property (nonatomic,readonly) NSUInteger backgroundMaterialOptions; 32 | @property (nonatomic,readonly) BOOL allowHotPocketDuringTransition; 33 | @property (nonatomic,weak) id viewProvider; //@synthesize viewProvider=_viewProvider - In the implementation block 34 | @property (nonatomic,weak) id metricsProvider; //@synthesize metricsProvider=_metricsProvider - In the implementation block 35 | @property (nonatomic,readonly) NSUInteger headerMode; 36 | @property (nonatomic,copy,readonly) id flickGestureBehavior; 37 | + (id)_baseC2AnimationParametersForTransitionState:(id)arg1; 38 | + (id)_moduleC2AnimationParametersForTransitionState:(id)arg1 layoutRect:(CCUILayoutRect)arg2; 39 | - (void)layoutViews; 40 | - (id)metricsProvider; 41 | - (CGRect)_presentedViewFrame; 42 | - (id)viewProvider; 43 | - (CGRect)_moduleCollectionViewFrame; 44 | - (UIEdgeInsets)_moduleCollectionViewFrameEdgeInsets; 45 | - (CGRect)headerViewFrame; 46 | - (void)_addHeaderContentTransformAnimationToBatch:(id)arg1 transitionState:(id)arg2; 47 | - (void)_addScrollViewContentOffsetAnimationToBatch:(id)arg1 transitionState:(id)arg2; 48 | - (void)_addBackgroundViewWeightingAnimationToBatch:(id)arg1 transitionState:(id)arg2; 49 | - (void)_addModuleTransformAnimationsToBatch:(id)arg1 transitionState:(id)arg2; 50 | - (CGAffineTransform)_headerViewTransformForTransitionState:(id)arg1; 51 | - (CGAffineTransform)_transformForTransitionState:(id)arg1 rubberBandingHeight:(CGFloat)arg2; 52 | - (CGAffineTransform)_moduleViewTransformForTransitionState:(id)arg1 layoutRect:(CCUILayoutRect)arg2; 53 | - (CGFloat)dismissalFlickMaximumTime; 54 | - (CGFloat)dismissalFlickMinimumVelocity; 55 | - (NSUInteger)dismissalFlickAllowedDirections; 56 | - (id)transitionStateForType:(NSUInteger)arg1 interactive:(BOOL)arg2 translation:(CGPoint)arg3; 57 | - (NSUInteger)finalTransitionTypeForState:(id)arg1 gestureTranslation:(CGPoint)arg2 gestureVelocity:(CGPoint)arg3; 58 | - (id)animationBatchForTransitionState:(id)arg1 previousTransitionState:(id)arg2; 59 | - (BOOL)tapAllowsDismissalForLocation:(CGPoint)arg1; 60 | - (BOOL)isPanDismissalAvailable; 61 | - (NSUInteger)backgroundMaterialOptions; 62 | - (BOOL)allowHotPocketDuringTransition; 63 | - (void)setViewProvider:(id)arg1; 64 | - (void)setMetricsProvider:(id)arg1; 65 | - (NSUInteger)headerMode; 66 | - (id)flickGestureBehavior; 67 | - (CGFloat)_pullUpTranslation; 68 | - (void)_addHeaderContentAlphaAnimationToBatch:(id)arg1 transitionState:(id)arg2; 69 | - (void)_addChevronStateAnimationToBatch:(id)arg1 transitionState:(id)arg2; 70 | - (CGAffineTransform)_moduleViewScaleTransformForTransitionState:(id)arg1; 71 | @end 72 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIOverlayStatusBarPresentationProvider.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import "CCUIOverlayFlickGestureBehavior.h" 11 | #import "CCUIOverlayPresentationProvider.h" 12 | 13 | @protocol CCUIOverlayViewProvider, CCUIOverlayMetricsProvider; 14 | @class NSString; 15 | 16 | @interface CCUIOverlayStatusBarPresentationProvider : NSObject { 17 | 18 | id _viewProvider; 19 | id _metricsProvider; 20 | 21 | } 22 | 23 | @property (readonly) NSUInteger hash; 24 | @property (readonly) Class superclass; 25 | @property (copy,readonly) NSString * description; 26 | @property (copy,readonly) NSString * debugDescription; 27 | @property (nonatomic,readonly) CGFloat dismissalFlickMaximumTime; 28 | @property (nonatomic,readonly) CGFloat dismissalFlickMinimumVelocity; 29 | @property (nonatomic,readonly) NSUInteger dismissalFlickAllowedDirections; 30 | @property (getter=isPanDismissalAvailable,nonatomic,readonly) BOOL panDismissalAvailable; 31 | @property (nonatomic,readonly) NSUInteger backgroundMaterialOptions; 32 | @property (nonatomic,readonly) BOOL allowHotPocketDuringTransition; 33 | @property (nonatomic,weak) id viewProvider; //@synthesize viewProvider=_viewProvider - In the implementation block 34 | @property (nonatomic,weak) id metricsProvider; //@synthesize metricsProvider=_metricsProvider - In the implementation block 35 | @property (nonatomic,readonly) NSUInteger headerMode; 36 | @property (nonatomic,copy,readonly) id flickGestureBehavior; 37 | + (id)_hiddenStatusBarFadeAnimationParameters; 38 | + (id)_baseC2AnimationParametersForTransitionState:(id)arg1; 39 | + (id)_leadingStatusBarCAAnimationParametersForTransitionState:(id)arg1; 40 | + (id)_trailingStatusBarCAAnimationParametersForTransitionState:(id)arg1; 41 | + (id)_compactTrailingStatusBarAlphaCAAnimationParametersForTransitionState:(id)arg1; 42 | + (id)_expandedLeadingStatusBarAlphaCAAnimationParametersForTransitionState:(id)arg1; 43 | + (id)_expandedTrailingStatusBarAlphaCAAnimationParametersForTransitionState:(id)arg1; 44 | + (id)_moduleC2AnimationParametersForTransitionState:(id)arg1 layoutRect:(CCUILayoutRect)arg2; 45 | + (id)_moduleScaleCAAnimationParametersForTransitionState:(id)arg1; 46 | + (id)_moduleAlphaCAAnimationParametersForTransitionState:(id)arg1; 47 | - (void)layoutViews; 48 | - (id)metricsProvider; 49 | - (CGRect)_presentedViewFrame; 50 | - (id)viewProvider; 51 | - (CGRect)_moduleCollectionViewFrame; 52 | - (UIEdgeInsets)_moduleCollectionViewFrameEdgeInsets; 53 | - (CGRect)headerViewFrame; 54 | - (void)_addLeadingStatusBarAlphaAnimationToBatch:(id)arg1 transitionState:(id)arg2; 55 | - (void)_addHeaderContentTransformAnimationToBatch:(id)arg1 transitionState:(id)arg2; 56 | - (void)_addStatusBarStateAnimationToBatch:(id)arg1 transitionState:(id)arg2; 57 | - (void)_addStatusBarAlphaAnimationToBatch:(id)arg1 transitionState:(id)arg2; 58 | - (void)_addScrollViewContentOffsetAnimationToBatch:(id)arg1 transitionState:(id)arg2; 59 | - (void)_addBackgroundViewWeightingAnimationToBatch:(id)arg1 transitionState:(id)arg2; 60 | - (void)_addModuleTransformAnimationsToBatch:(id)arg1 transitionState:(id)arg2; 61 | - (void)_addModuleScaleAnimationsToBatch:(id)arg1 transitionState:(id)arg2; 62 | - (void)_addModuleAlphaAnimationsToBatch:(id)arg1 transitionState:(id)arg2; 63 | - (CGFloat)_leadingStatusBarAlphaForTransitionState:(id)arg1; 64 | - (CGAffineTransform)_headerViewTransformForTransitionState:(id)arg1; 65 | - (CGAffineTransform)_transformForTransitionState:(id)arg1 rubberBandingHeight:(CGFloat)arg2; 66 | - (CGAffineTransform)_moduleViewTransformForTransitionState:(id)arg1 layoutRect:(CCUILayoutRect)arg2; 67 | - (CGFloat)_delayForTransitionState:(id)arg1 layoutRect:(CCUILayoutRect)arg2; 68 | - (CGAffineTransform)_moduleViewScaleTransformForTransitionState:(id)arg1 layoutRect:(CCUILayoutRect)arg2; 69 | - (CGFloat)dismissalFlickMaximumTime; 70 | - (CGFloat)dismissalFlickMinimumVelocity; 71 | - (NSUInteger)dismissalFlickAllowedDirections; 72 | - (id)transitionStateForType:(NSUInteger)arg1 interactive:(BOOL)arg2 translation:(CGPoint)arg3; 73 | - (NSUInteger)finalTransitionTypeForState:(id)arg1 gestureTranslation:(CGPoint)arg2 gestureVelocity:(CGPoint)arg3; 74 | - (id)animationBatchForTransitionState:(id)arg1 previousTransitionState:(id)arg2; 75 | - (BOOL)tapAllowsDismissalForLocation:(CGPoint)arg1; 76 | - (BOOL)isPanDismissalAvailable; 77 | - (NSUInteger)backgroundMaterialOptions; 78 | - (BOOL)allowHotPocketDuringTransition; 79 | - (void)setViewProvider:(id)arg1; 80 | - (void)setMetricsProvider:(id)arg1; 81 | - (id)secondaryAnimationBatchForTransitionState:(id)arg1 previousTransitionState:(id)arg2; 82 | - (id)prepareForPresentation; 83 | - (id)cleanupForDismissal; 84 | - (NSUInteger)headerMode; 85 | - (id)flickGestureBehavior; 86 | @end 87 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIOverlayTransitionState.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | 12 | @interface CCUIOverlayTransitionState : NSObject { 13 | 14 | BOOL _interactive; 15 | NSUInteger _type; 16 | CGFloat _progress; 17 | CGFloat _presentationProgress; 18 | CGFloat _clampedPresentationProgress; 19 | CGFloat _nonZeroPresentationProgress; 20 | CGFloat _snappedPresentationProgress; 21 | 22 | } 23 | 24 | @property (nonatomic,readonly) NSUInteger type; //@synthesize type=_type - In the implementation block 25 | @property (nonatomic,readonly) CGFloat progress; //@synthesize progress=_progress - In the implementation block 26 | @property (getter=isInteractive,nonatomic,readonly) BOOL interactive; //@synthesize interactive=_interactive - In the implementation block 27 | @property (nonatomic,readonly) CGFloat presentationProgress; //@synthesize presentationProgress=_presentationProgress - In the implementation block 28 | @property (nonatomic,readonly) CGFloat clampedPresentationProgress; //@synthesize clampedPresentationProgress=_clampedPresentationProgress - In the implementation block 29 | @property (nonatomic,readonly) CGFloat nonZeroPresentationProgress; //@synthesize nonZeroPresentationProgress=_nonZeroPresentationProgress - In the implementation block 30 | @property (nonatomic,readonly) CGFloat snappedPresentationProgress; //@synthesize snappedPresentationProgress=_snappedPresentationProgress - In the implementation block 31 | + (BOOL)isSignificantTransitionFrom:(id)arg1 to:(id)arg2; 32 | + (BOOL)isSignificantStatusBarTransitionFrom:(id)arg1 to:(id)arg2; 33 | + (id)stateWithType:(NSUInteger)arg1 interactive:(BOOL)arg2 progress:(CGFloat)arg3; 34 | + (id)fullyPresentedState; 35 | + (id)fullyDismissedState; 36 | - (BOOL)isInteractive; 37 | - (NSUInteger)type; 38 | - (id)copyWithZone:(NSZone*)arg1; 39 | - (CGFloat)progress; 40 | - (CGFloat)snappedStatusBarPresentationProgress; 41 | - (CGFloat)clampedPresentationProgress; 42 | - (CGFloat)snappedPresentationProgress; 43 | - (CGFloat)nonZeroPresentationProgress; 44 | - (CGFloat)presentationProgress; 45 | - (instancetype)_initWithType:(NSUInteger)arg1 interactive:(BOOL)arg2 progress:(CGFloat)arg3; 46 | @end 47 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIOverlayViewProvider.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | @class MTMaterialView, UIScrollView, UIView, CCUIModuleCollectionView, CCUIStatusLabelViewController, CCUIHeaderPocketView, UIStatusBar; 10 | 11 | 12 | @protocol CCUIOverlayViewProvider 13 | @property (nonatomic,readonly) MTMaterialView * overlayBackgroundView; 14 | @property (nonatomic,readonly) UIScrollView * overlayScrollView; 15 | @property (nonatomic,readonly) UIView * overlayContainerView; 16 | @property (nonatomic,readonly) CCUIModuleCollectionView * overlayModuleCollectionView; 17 | @property (nonatomic,readonly) CCUIStatusLabelViewController * overlayStatusLabelViewController; 18 | @property (nonatomic,readonly) CCUIHeaderPocketView * overlayHeaderView; 19 | @property (nonatomic,readonly) UIStatusBar * overlayLeadingStatusBar; 20 | @required 21 | - (UIScrollView *)overlayScrollView; 22 | - (UIView *)overlayContainerView; 23 | - (MTMaterialView *)overlayBackgroundView; 24 | - (CCUIHeaderPocketView *)overlayHeaderView; 25 | - (UIStatusBar *)overlayLeadingStatusBar; 26 | - (CCUIStatusLabelViewController *)overlayStatusLabelViewController; 27 | - (CCUIModuleCollectionView *)overlayModuleCollectionView; 28 | - (void)setOverlayStatusBarHidden:(BOOL)arg1; 29 | 30 | @end 31 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUISafeAppearancePropagationProvider.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | @class NSArray; 10 | 11 | 12 | @protocol CCUISafeAppearancePropagationProvider 13 | @property (nonatomic,readonly) NSArray * childViewControllersForAppearancePropagation; 14 | @optional 15 | - (NSArray *)childViewControllersForAppearancePropagation; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIScrollView.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | #import "CCUIScrollViewDelegate.h" 12 | 13 | @interface CCUIScrollView : UIScrollView 14 | 15 | @property (nonatomic,weak) id delegate; 16 | - (BOOL)gestureRecognizerShouldBegin:(id)arg1; 17 | @end 18 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIScrollViewDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol CCUIScrollViewDelegate 11 | @optional 12 | - (BOOL)scrollView:(id)arg1 gestureRecognizerShouldBegin:(id)arg2; 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIStatusBar.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @protocol CCUIStatusBarDelegate; 13 | @class UIStatusBar, UIStatusBarStyleRequest; 14 | 15 | @interface CCUIStatusBar : UIView { 16 | 17 | UIStatusBar* _compactTrailingStatusBar; 18 | UIStatusBar* _extendedLeadingStatusBar; 19 | UIStatusBar* _extendedTrailingStatusBar; 20 | id _delegate; 21 | NSUInteger _leadingState; 22 | NSUInteger _trailingState; 23 | UIEdgeInsets _compactEdgeInsets; 24 | UIEdgeInsets _expandedEdgeInsets; 25 | 26 | } 27 | 28 | @property (nonatomic,copy,readonly) UIStatusBarStyleRequest * compactStyleRequest; 29 | @property (nonatomic,weak) id delegate; //@synthesize delegate=_delegate - In the implementation block 30 | @property (assign,nonatomic) NSUInteger leadingState; //@synthesize leadingState=_leadingState - In the implementation block 31 | @property (assign,nonatomic) NSUInteger trailingState; //@synthesize trailingState=_trailingState - In the implementation block 32 | @property (assign,nonatomic) UIEdgeInsets compactEdgeInsets; //@synthesize compactEdgeInsets=_compactEdgeInsets - In the implementation block 33 | @property (assign,nonatomic) UIEdgeInsets expandedEdgeInsets; //@synthesize expandedEdgeInsets=_expandedEdgeInsets - In the implementation block 34 | @property (assign,nonatomic) CGFloat leadingAlpha; 35 | @property (assign,nonatomic) CGFloat compactTrailingAlpha; 36 | @property (assign,nonatomic) CGFloat expandedTrailingAlpha; 37 | - (instancetype)initWithFrame:(CGRect)arg1; 38 | - (void)layoutSubviews; 39 | - (id)delegate; 40 | - (void)setDelegate:(id)arg1; 41 | - (id)hitTest:(CGPoint)arg1 withEvent:(id)arg2; 42 | - (CGSize)sizeThatFits:(CGSize)arg1; 43 | - (CGSize)intrinsicContentSize; 44 | - (void)setCompactEdgeInsets:(UIEdgeInsets)arg1; 45 | - (void)setExpandedEdgeInsets:(UIEdgeInsets)arg1; 46 | - (void)setLeadingState:(NSUInteger)arg1; 47 | - (void)setTrailingState:(NSUInteger)arg1; 48 | - (void)setCompactTrailingAlpha:(CGFloat)arg1; 49 | - (void)setLeadingAlpha:(CGFloat)arg1; 50 | - (void)setExpandedTrailingAlpha:(CGFloat)arg1; 51 | - (void)controlCenterApplyPrimaryContentShadow; 52 | - (UIStatusBarStyleRequest *)compactStyleRequest; 53 | - (void)_updateCompactTrailingStatusBarStyleRequest; 54 | - (NSUInteger)leadingState; 55 | - (NSUInteger)trailingState; 56 | - (CGFloat)leadingAlpha; 57 | - (CGFloat)compactTrailingAlpha; 58 | - (CGFloat)expandedTrailingAlpha; 59 | - (UIEdgeInsets)compactEdgeInsets; 60 | - (UIEdgeInsets)expandedEdgeInsets; 61 | @end 62 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIStatusBarDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol CCUIStatusBarDelegate 11 | @required 12 | - (id)compactStyleRequestForStatusBar:(id)arg1; 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIStatusBarStyleSnapshot.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | 12 | @class UIStatusBarStyleRequest; 13 | 14 | @interface CCUIStatusBarStyleSnapshot : NSObject { 15 | 16 | BOOL _hidden; 17 | UIStatusBarStyleRequest* _activeStyleRequest; 18 | 19 | } 20 | 21 | @property (getter=isHidden,nonatomic,readonly) BOOL hidden; //@synthesize hidden=_hidden - In the implementation block 22 | @property (nonatomic,copy,readonly) UIStatusBarStyleRequest * activeStyleRequest; //@synthesize activeStyleRequest=_activeStyleRequest - In the implementation block 23 | - (BOOL)isHidden; 24 | - (id)copyWithZone:(NSZone*)arg1; 25 | - (instancetype)initWithHidden:(BOOL)arg1 activeStyleRequest:(id)arg2; 26 | - (UIStatusBarStyleRequest *)activeStyleRequest; 27 | @end 28 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIStatusLabel.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @interface CCUIStatusLabel : UILabel { 13 | 14 | NSUInteger _verticalAlignment; 15 | UIEdgeInsets _edgeInsets; 16 | 17 | } 18 | 19 | @property (assign,nonatomic) UIEdgeInsets edgeInsets; //@synthesize edgeInsets=_edgeInsets - In the implementation block 20 | @property (assign,nonatomic) NSUInteger verticalAlignment; //@synthesize verticalAlignment=_verticalAlignment - In the implementation block 21 | - (instancetype)init; 22 | - (UIEdgeInsets)edgeInsets; 23 | - (void)willMoveToSuperview:(id)arg1; 24 | - (void)drawTextInRect:(CGRect)arg1; 25 | - (void)setEdgeInsets:(UIEdgeInsets)arg1; 26 | - (NSUInteger)verticalAlignment; 27 | - (void)setVerticalAlignment:(NSUInteger)arg1; 28 | - (void)_contentSizeCategoryDidChange; 29 | @end 30 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIStatusLabelViewController.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @protocol CCUIStatusLabelViewControllerDelegate; 13 | @class CCUIStatusUpdateQueue, NSArray, NSTimer; 14 | 15 | @interface CCUIStatusLabelViewController : UIViewController { 16 | 17 | CCUIStatusUpdateQueue* _updateQueue; 18 | NSArray* _statusLabels; 19 | NSUInteger _currentStatusLabelIndex; 20 | NSUInteger _presentationState; 21 | NSTimer* _presentationTimer; 22 | id _delegate; 23 | 24 | } 25 | 26 | @property (nonatomic,weak) id delegate; //@synthesize delegate=_delegate - In the implementation block 27 | @property (assign,nonatomic) UIEdgeInsets edgeInsets; 28 | @property (assign,nonatomic) NSUInteger verticalAlignment; 29 | - (id)delegate; 30 | - (void)setDelegate:(id)arg1; 31 | - (instancetype)initWithNibName:(id)arg1 bundle:(id)arg2; 32 | - (UIEdgeInsets)edgeInsets; 33 | - (void)viewWillLayoutSubviews; 34 | - (void)viewDidLoad; 35 | - (void)viewWillDisappear:(BOOL)arg1; 36 | - (void)viewDidDisappear:(BOOL)arg1; 37 | - (void)setEdgeInsets:(UIEdgeInsets)arg1; 38 | - (NSUInteger)verticalAlignment; 39 | - (void)setVerticalAlignment:(NSUInteger)arg1; 40 | - (void)enqueueStatusUpdate:(id)arg1 forIdentifier:(id)arg2; 41 | - (void)_advancePresentationState; 42 | - (void)_resetPresentationStateAnimated:(BOOL)arg1; 43 | - (void)_fadeOutStatusLabel:(id)arg1; 44 | - (void)_notifyDelegateDidFinishStatusUpdates; 45 | - (NSUInteger)_advancePresentationStateFromReady; 46 | - (NSUInteger)_advancePresentationStateFromFadeIn; 47 | - (NSUInteger)_advancePresentationStateFromPresenting; 48 | - (NSUInteger)_advancePresentationStateFromFadeOut; 49 | - (void)_notifyDelegateWillBeginStatusUpdates; 50 | - (void)_fadeInStatusLabel:(id)arg1; 51 | @end 52 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIStatusLabelViewControllerDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol CCUIStatusLabelViewControllerDelegate 11 | @optional 12 | - (void)statusLabelViewControllerWillBeginStatusUpdates:(id)arg1; 13 | - (void)statusLabelViewControllerDidFinishStatusUpdates:(id)arg1; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/CCUIStatusUpdateQueue.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @class NSMutableArray, NSMutableDictionary; 11 | 12 | @interface CCUIStatusUpdateQueue : NSObject { 13 | 14 | NSMutableArray* _queuedIdentifiers; 15 | NSMutableDictionary* _latestUpdateByIdentifier; 16 | 17 | } 18 | - (instancetype)init; 19 | - (void)removeAllStatusUpdates; 20 | - (void)enqueueStatusUpdate:(id)arg1 forIdentifier:(id)arg2; 21 | - (id)dequeueNextStatusUpdate; 22 | @end 23 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/ControlCenterUI-Structs.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | typedef struct _NSZone* NSZoneRef; 10 | 11 | typedef struct CCUILayoutPoint { 12 | NSUInteger x; 13 | NSUInteger y; 14 | } CCUILayoutPoint; 15 | 16 | typedef struct CCUILayoutSize { 17 | NSUInteger width; 18 | NSUInteger height; 19 | } CCUILayoutSize; 20 | 21 | typedef struct CCUILayoutRect { 22 | CCUILayoutPoint origin; 23 | CCUILayoutSize size; 24 | } CCUILayoutRect; 25 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/ControlCenterUI.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import 3 | #import 4 | #import 5 | #import 6 | #import 7 | #import 8 | #import 9 | #import 10 | #import 11 | #import 12 | #import 13 | #import 14 | #import 15 | #import 16 | #import 17 | #import 18 | #import 19 | #import 20 | #import 21 | #import 22 | #import 23 | #import 24 | #import 25 | #import 26 | #import 27 | #import 28 | #import 29 | #import 30 | #import 31 | #import 32 | #import 33 | #import 34 | #import 35 | #import 36 | #import 37 | #import 38 | #import 39 | #import 40 | #import 41 | #import 42 | #import 43 | #import 44 | #import 45 | #import 46 | #import 47 | #import 48 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/UIGestureRecognizerDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol UIGestureRecognizerDelegate 11 | @optional 12 | - (BOOL)gestureRecognizerShouldBegin:(id)arg1; 13 | - (BOOL)gestureRecognizer:(id)arg1 shouldRecognizeSimultaneouslyWithGestureRecognizer:(id)arg2; 14 | - (BOOL)gestureRecognizer:(id)arg1 shouldRequireFailureOfGestureRecognizer:(id)arg2; 15 | - (BOOL)gestureRecognizer:(id)arg1 shouldBeRequiredToFailByGestureRecognizer:(id)arg2; 16 | - (BOOL)gestureRecognizer:(id)arg1 shouldReceiveTouch:(id)arg2; 17 | - (BOOL)gestureRecognizer:(id)arg1 shouldReceivePress:(id)arg2; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/UIPreviewInteractionDelegatePrivate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol UIPreviewInteractionDelegatePrivate 11 | @optional 12 | - (id)_previewInteractionHighlighterForPreviewTransition:(id)arg1; 13 | - (id)_previewInteraction:(id)arg1 viewControllerPresentationForPresentingViewController:(id)arg2; 14 | - (BOOL)_previewInteractionShouldFinishTransitionToPreview:(id)arg1; 15 | - (BOOL)_previewInteractionShouldAutomaticallyTransitionToPreviewAfterDelay:(id)arg1; 16 | - (id)_previewInteractionViewForHighlight:(id)arg1; 17 | - (id)_previewInteractionViewControllerForPreview:(id)arg1; 18 | - (id)_previewInteraction:(id)arg1 appearanceTransitionForViewController:(id)arg2; 19 | - (id)_previewInteraction:(id)arg1 disappearanceTransitionForViewController:(id)arg2; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/_UIBasicAnimationFactory.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:22:03 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/Frameworks/UIKit.framework/UIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol _UIBasicAnimationFactory 11 | @optional 12 | - (id)_timingFunctionForAnimation; 13 | - (id)_timingFunctionForAnimationInView:(id)arg1 withKeyPath:(id)arg2; 14 | - (BOOL)_shouldAnimateAdditivelyForView:(id)arg1 withKeyPath:(id)arg2; 15 | 16 | @required 17 | - (id)_basicAnimationForView:(id)arg1 withKeyPath:(id)arg2; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Headers/ControlCenterUI/_UIPreviewInteractionViewControllerTransition.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Thursday, January 25, 2018 at 11:29:33 PM Eastern European Standard Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol _UIPreviewInteractionViewControllerTransition 11 | @optional 12 | - (void)prepareTransitionFromView:(id)arg1 toView:(id)arg2 containerView:(id)arg3; 13 | - (void)performWithCustomAnimator:(/*^block*/ id)arg1 completion:(/*^block*/ id)arg2; 14 | 15 | @required 16 | - (void)performTransitionFromView:(id)arg1 toView:(id)arg2 containerView:(id)arg3; 17 | - (void)transitionDidEnd:(BOOL)arg1; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIAppLauncherModule.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import "CCUIContentModule.h" 10 | #import "CCUIContentModuleContentViewController.h" 11 | 12 | @class NSBundle, NSString, CCUIContentModuleContext, NSURL, UIImage, UIViewController; 13 | 14 | @interface CCUIAppLauncherModule : NSObject { 15 | 16 | NSBundle* _bundle; 17 | BOOL _supportsApplicationShortcuts; 18 | NSString* _applicationIdentifier; 19 | NSString* _displayName; 20 | CCUIContentModuleContext* _contentModuleContext; 21 | NSURL* _launchURL; 22 | 23 | } 24 | 25 | @property (nonatomic,copy) NSString * applicationIdentifier; //@synthesize applicationIdentifier=_applicationIdentifier - In the implementation block 26 | @property (nonatomic,copy) NSURL * launchURL; //@synthesize launchURL=_launchURL - In the implementation block 27 | @property (nonatomic,copy) NSString * displayName; //@synthesize displayName=_displayName - In the implementation block 28 | @property (assign,nonatomic) BOOL supportsApplicationShortcuts; //@synthesize supportsApplicationShortcuts=_supportsApplicationShortcuts - In the implementation block 29 | @property (nonatomic,copy,readonly) UIImage * iconGlyph; 30 | @property (nonatomic,retain) CCUIContentModuleContext * contentModuleContext; //@synthesize contentModuleContext=_contentModuleContext - In the implementation block 31 | @property (readonly) NSUInteger hash; 32 | @property (readonly) Class superclass; 33 | @property (copy,readonly) NSString * description; 34 | @property (copy,readonly) NSString * debugDescription; 35 | @property (nonatomic,readonly) UIViewController* contentViewController; 36 | @property (nonatomic,readonly) UIViewController * backgroundViewController; 37 | - (void)setDisplayName:(NSString *)arg1; 38 | - (id)init; 39 | - (UIViewController*)contentViewController; 40 | - (void)setApplicationIdentifier:(NSString *)arg1; 41 | - (NSString *)applicationIdentifier; 42 | - (NSString *)displayName; 43 | - (UIImage *)iconGlyph; 44 | - (id)launchURLForTouchType:(NSInteger)arg1; 45 | - (void)handleTapWithTouchType:(NSInteger)arg1; 46 | - (BOOL)supportsApplicationShortcuts; 47 | - (void)setSupportsApplicationShortcuts:(BOOL)arg1; 48 | - (CCUIContentModuleContext *)contentModuleContext; 49 | - (void)setContentModuleContext:(CCUIContentModuleContext *)arg1; 50 | - (NSURL *)launchURL; 51 | - (void)setLaunchURL:(NSURL *)arg1; 52 | @end 53 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIAppLauncherViewController.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @class SBFApplication, SCUIAssetProvider, CCUIAppLauncherModule; 12 | 13 | @interface CCUIAppLauncherViewController : CCUIMenuModuleViewController { 14 | 15 | SBFApplication* _application; 16 | SCUIAssetProvider* _assetProvider; 17 | CCUIAppLauncherModule* _module; 18 | 19 | } 20 | 21 | @property (nonatomic,weak) CCUIAppLauncherModule * module; //@synthesize module=_module - In the implementation block 22 | - (CCUIAppLauncherModule *)module; 23 | - (void)viewDidLoad; 24 | - (BOOL)shouldBeginTransitionToExpandedContentModule; 25 | - (void)buttonTapped:(id)arg1 forEvent:(id)arg2; 26 | - (void)_updateApplicationShortcutsActions; 27 | - (void)_addActionForShortcutItem:(id)arg1; 28 | - (void)_activateApplicationForShortcutItem:(id)arg1; 29 | - (void)setModule:(CCUIAppLauncherModule *)arg1; 30 | @end 31 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIButtonModuleView.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | #import 12 | 13 | @class UIView, UIImageView, CCUICAPackageView, UIImage, UIColor, CCUICAPackageDescription, NSString; 14 | 15 | @interface CCUIButtonModuleView : UIControl { 16 | 17 | UIView* _highlightedBackgroundView; 18 | UIImageView* _glyphImageView; 19 | CCUICAPackageView* _glyphPackageView; 20 | UIImage* _glyphImage; 21 | UIColor* _glyphColor; 22 | UIImage* _selectedGlyphImage; 23 | UIColor* _selectedGlyphColor; 24 | CCUICAPackageDescription* _glyphPackageDescription; 25 | NSString* _glyphState; 26 | NSDirectionalEdgeInsets _contentEdgeInsets; 27 | 28 | } 29 | 30 | @property (nonatomic,retain) UIImage * glyphImage; //@synthesize glyphImage=_glyphImage - In the implementation block 31 | @property (nonatomic,retain) UIColor * glyphColor; //@synthesize glyphColor=_glyphColor - In the implementation block 32 | @property (nonatomic,retain) UIImage * selectedGlyphImage; //@synthesize selectedGlyphImage=_selectedGlyphImage - In the implementation block 33 | @property (nonatomic,retain) UIColor * selectedGlyphColor; //@synthesize selectedGlyphColor=_selectedGlyphColor - In the implementation block 34 | @property (nonatomic,retain) CCUICAPackageDescription * glyphPackageDescription; //@synthesize glyphPackageDescription=_glyphPackageDescription - In the implementation block 35 | @property (nonatomic,copy) NSString * glyphState; //@synthesize glyphState=_glyphState - In the implementation block 36 | @property (assign,nonatomic) NSDirectionalEdgeInsets contentEdgeInsets; //@synthesize contentEdgeInsets=_contentEdgeInsets - In the implementation block 37 | @property (readonly) NSUInteger hash; 38 | @property (readonly) Class superclass; 39 | @property (copy,readonly) NSString * description; 40 | @property (copy,readonly) NSString * debugDescription; 41 | - (id)initWithFrame:(CGRect)arg1; 42 | - (void)layoutSubviews; 43 | - (BOOL)gestureRecognizer:(id)arg1 shouldRecognizeSimultaneouslyWithGestureRecognizer:(id)arg2; 44 | - (void)setContentEdgeInsets:(NSDirectionalEdgeInsets)arg1; 45 | - (void)setHighlighted:(BOOL)arg1; 46 | - (void)setEnabled:(BOOL)arg1; 47 | - (void)_handlePressGesture:(id)arg1; 48 | - (void)setSelected:(BOOL)arg1; 49 | - (NSDirectionalEdgeInsets)contentEdgeInsets; 50 | - (UIImage *)glyphImage; 51 | - (void)setGlyphImage:(UIImage *)arg1; 52 | - (void)setSelectedGlyphImage:(UIImage *)arg1; 53 | - (UIImage *)selectedGlyphImage; 54 | - (void)_updateForStateChange; 55 | - (void)setGlyphColor:(UIColor *)arg1; 56 | - (UIColor *)glyphColor; 57 | - (void)setGlyphPackageDescription:(CCUICAPackageDescription *)arg1; 58 | - (void)setGlyphState:(NSString *)arg1; 59 | - (CCUICAPackageDescription *)glyphPackageDescription; 60 | - (NSString *)glyphState; 61 | - (void)setSelectedGlyphColor:(UIColor *)arg1; 62 | - (UIColor *)selectedGlyphColor; 63 | - (void)_setGlyphImage:(id)arg1; 64 | - (void)_setGlyphPackageDescription:(id)arg1; 65 | - (void)_setGlyphState:(id)arg1; 66 | @end 67 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIButtonModuleViewController.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import "CCUIContentModuleContentViewController.h" 11 | 12 | @class CCUIButtonModuleView, UIImage, UIColor, CCUICAPackageDescription, NSString; 13 | 14 | @interface CCUIButtonModuleViewController : UIViewController { 15 | 16 | CCUIButtonModuleView* _buttonModuleView; 17 | BOOL _expanded; 18 | 19 | } 20 | 21 | @property (nonatomic,retain) UIImage * glyphImage; 22 | @property (nonatomic,retain) UIColor * glyphColor; 23 | @property (nonatomic,retain) UIImage * selectedGlyphImage; 24 | @property (nonatomic,retain) UIColor * selectedGlyphColor; 25 | @property (nonatomic,retain) CCUICAPackageDescription * glyphPackageDescription; 26 | @property (nonatomic,copy) NSString * glyphState; 27 | @property (assign,getter=isSelected,nonatomic) BOOL selected; 28 | @property (getter=isExpanded,nonatomic,readonly) BOOL expanded; //@synthesize expanded=_expanded - In the implementation block 29 | @property (nonatomic,readonly) CCUIButtonModuleView * buttonView; 30 | @property (readonly) NSUInteger hash; 31 | @property (readonly) Class superclass; 32 | @property (copy,readonly) NSString * description; 33 | @property (copy,readonly) NSString * debugDescription; 34 | @property (nonatomic,readonly) CGFloat preferredExpandedContentHeight; 35 | @property (nonatomic,readonly) CGFloat preferredExpandedContentWidth; 36 | @property (nonatomic,readonly) BOOL providesOwnPlatter; 37 | - (BOOL)isSelected; 38 | - (void)setSelected:(BOOL)arg1; 39 | - (void)viewDidLoad; 40 | - (BOOL)isExpanded; 41 | - (UIImage *)glyphImage; 42 | - (void)setGlyphImage:(UIImage *)arg1; 43 | - (void)setSelectedGlyphImage:(UIImage *)arg1; 44 | - (UIImage *)selectedGlyphImage; 45 | - (void)setGlyphColor:(UIColor *)arg1; 46 | - (UIColor *)glyphColor; 47 | - (void)setGlyphPackageDescription:(CCUICAPackageDescription *)arg1; 48 | - (void)setGlyphState:(NSString *)arg1; 49 | - (CCUICAPackageDescription *)glyphPackageDescription; 50 | - (NSString *)glyphState; 51 | - (void)setSelectedGlyphColor:(UIColor *)arg1; 52 | - (UIColor *)selectedGlyphColor; 53 | - (void)buttonTapped:(id)arg1 forEvent:(id)arg2; 54 | - (CGFloat)preferredExpandedContentHeight; 55 | - (void)willTransitionToExpandedContentMode:(BOOL)arg1; 56 | - (CCUIButtonModuleView *)buttonView; 57 | @end 58 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUICAPackageDescription.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @class NSURL; 11 | 12 | @interface CCUICAPackageDescription : NSObject { 13 | 14 | BOOL _flipsForRightToLeftLayoutDirection; 15 | NSURL* _packageURL; 16 | 17 | } 18 | 19 | @property (nonatomic,copy,readonly) NSURL * packageURL; //@synthesize packageURL=_packageURL - In the implementation block 20 | @property (assign,nonatomic) BOOL flipsForRightToLeftLayoutDirection; //@synthesize flipsForRightToLeftLayoutDirection=_flipsForRightToLeftLayoutDirection - In the implementation block 21 | + (id)descriptionForPackageNamed:(id)arg1 inBundle:(id)arg2; 22 | - (BOOL)flipsForRightToLeftLayoutDirection; 23 | - (id)initWithPackageName:(id)arg1 inBundle:(id)arg2; 24 | - (void)setFlipsForRightToLeftLayoutDirection:(BOOL)arg1; 25 | - (NSURL *)packageURL; 26 | @end 27 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUICAPackageView.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @class CAStateController, CALayer, CAPackage, CCUICAPackageDescription; 13 | 14 | @interface CCUICAPackageView : UIView { 15 | 16 | CAStateController* _stateController; 17 | CALayer* _packageLayer; 18 | CAPackage* _package; 19 | CCUICAPackageDescription* _packageDescription; 20 | 21 | } 22 | 23 | @property (nonatomic,retain) CAPackage * package; //@synthesize package=_package - In the implementation block 24 | @property (nonatomic,retain) CCUICAPackageDescription * packageDescription; //@synthesize packageDescription=_packageDescription - In the implementation block 25 | - (void)setPackage:(CAPackage *)arg1; 26 | - (id)initWithFrame:(CGRect)arg1; 27 | - (void)layoutSubviews; 28 | - (void)setStateName:(id)arg1; 29 | - (void)setPackageDescription:(CCUICAPackageDescription *)arg1; 30 | - (void)_setPackage:(id)arg1; 31 | - (CCUICAPackageDescription *)packageDescription; 32 | - (CAPackage *)package; 33 | @end 34 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIContentClipping.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol CCUIContentClipping 11 | @property (getter=isContentClippingRequired,nonatomic,readonly) BOOL contentClippingRequired; 12 | @required 13 | - (BOOL)isContentClippingRequired; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIContentModule.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | @class UIViewController; 10 | 11 | #import "CCUIContentModuleContentViewController.h" 12 | 13 | @protocol CCUIContentModule 14 | @property (nonatomic,readonly) UIViewController* contentViewController; 15 | @property (nonatomic,readonly) UIViewController * backgroundViewController; 16 | @optional 17 | - (void)setContentModuleContext:(id)arg1; 18 | - (UIViewController *)backgroundViewController; 19 | 20 | @required 21 | - (UIViewController*)contentViewController; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIContentModuleContentViewController.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import "CCUIContentModuleContentViewController.h" 10 | 11 | @protocol CCUIContentModuleContentViewController 12 | @property (nonatomic,readonly) CGFloat preferredExpandedContentHeight; 13 | @property (nonatomic,readonly) CGFloat preferredExpandedContentWidth; 14 | @property (nonatomic,readonly) BOOL providesOwnPlatter; 15 | @optional 16 | - (BOOL)shouldBeginTransitionToExpandedContentModule; 17 | - (void)willResignActive; 18 | - (void)willBecomeActive; 19 | - (void)willTransitionToExpandedContentMode:(BOOL)arg1; 20 | - (BOOL)shouldFinishTransitionToExpandedContentModule; 21 | - (void)didTransitionToExpandedContentMode:(BOOL)arg1; 22 | - (BOOL)canDismissPresentedContent; 23 | - (void)dismissPresentedContentAnimated:(BOOL)arg1 completion:(/*^block*/ id)arg2; 24 | - (CGFloat)preferredExpandedContentWidth; 25 | - (BOOL)providesOwnPlatter; 26 | - (void)controlCenterWillPresent; 27 | - (void)controlCenterDidDismiss; 28 | 29 | @required 30 | - (CGFloat)preferredExpandedContentHeight; 31 | 32 | @end 33 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIContentModuleContext.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol CCUIContentModuleContextDelegate; 11 | @class NSString; 12 | 13 | @interface CCUIContentModuleContext : NSObject { 14 | 15 | NSString* _moduleIdentifier; 16 | id _delegate; 17 | 18 | } 19 | 20 | @property (nonatomic,copy,readonly) NSString * moduleIdentifier; //@synthesize moduleIdentifier=_moduleIdentifier - In the implementation block 21 | @property (nonatomic,weak) id delegate; //@synthesize delegate=_delegate - In the implementation block 22 | + (void)initialize; 23 | + (id)_sharedOpenApplicationOptions; 24 | + (id)_sharedOpenAppService; 25 | - (id)delegate; 26 | - (void)setDelegate:(id)arg1; 27 | - (void)openURL:(id)arg1 completionHandler:(/*^block*/ id)arg2; 28 | - (NSString *)moduleIdentifier; 29 | - (void)openApplication:(id)arg1 withOptions:(id)arg2 completionHandler:(/*^block*/ id)arg3; 30 | - (void)requestAuthenticationWithCompletionHandler:(/*^block*/ id)arg1; 31 | - (void)openApplication:(id)arg1 completionHandler:(/*^block*/ id)arg2; 32 | - (void)enqueueStatusUpdate:(id)arg1; 33 | - (void)requestExpandModule; 34 | - (void)dismissModule; 35 | - (id)initWithModuleIdentifier:(id)arg1; 36 | @end 37 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIContentModuleExpandedStateListener.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol CCUIContentModuleExpandedStateListener 11 | @required 12 | - (void)contentModuleWillTransitionToExpandedContentMode:(BOOL)arg1; 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIContentModuleTopLevelGestureProvider.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | @class NSArray; 10 | 11 | 12 | @protocol CCUIContentModuleTopLevelGestureProvider 13 | @property (nonatomic,readonly) NSArray * topLevelGestureRecognizers; 14 | @property (nonatomic,readonly) NSArray * topLevelBlockingGestureRecognizers; 15 | @optional 16 | - (NSArray *)topLevelBlockingGestureRecognizers; 17 | - (NSArray *)topLevelGestureRecognizers; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIControlCenterButton.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import "SBFButton.h" 11 | #import "_UISettingsKeyObserver.h" 12 | 13 | @protocol CCUIControlCenterButtonDelegate; 14 | @class UIColor, UIImageView, UILabel, UIView, UIImage, UIFont, NSString; 15 | 16 | @interface CCUIControlCenterButton : SBFButton <_UISettingsKeyObserver> { 17 | 18 | NSUInteger _buttonType; 19 | UIColor* _selectedColor; 20 | UIImageView* _glyphImageView; 21 | UILabel* _label; 22 | UIImageView* _alteredStateGlyphImageView; 23 | UILabel* _alteredStateLabel; 24 | UIView* _backgroundFlatColorView; 25 | BOOL _animatesStateChanges; 26 | BOOL _showingMenu; 27 | id _delegate; 28 | NSUInteger _roundCorners; 29 | UIImage* _glyphImage; 30 | UIImage* _selectedGlyphImage; 31 | CGFloat _naturalHeight; 32 | 33 | } 34 | 35 | @property (nonatomic,retain) UIImage * glyphImage; //@synthesize glyphImage=_glyphImage - In the implementation block 36 | @property (nonatomic,retain) UIImage * selectedGlyphImage; //@synthesize selectedGlyphImage=_selectedGlyphImage - In the implementation block 37 | @property (assign,nonatomic) CGFloat naturalHeight; //@synthesize naturalHeight=_naturalHeight - In the implementation block 38 | @property (nonatomic,weak) id delegate; //@synthesize delegate=_delegate - In the implementation block 39 | @property (assign,nonatomic) BOOL animatesStateChanges; //@synthesize animatesStateChanges=_animatesStateChanges - In the implementation block 40 | @property (getter=isInternal,nonatomic,readonly) BOOL internal; 41 | @property (assign,nonatomic) NSUInteger roundCorners; //@synthesize roundCorners=_roundCorners - In the implementation block 42 | @property (assign,getter=isShowingMenu,nonatomic) BOOL showingMenu; //@synthesize showingMenu=_showingMenu - In the implementation block 43 | @property (nonatomic,retain) UIFont * font; 44 | @property (assign,nonatomic) NSInteger numberOfLines; 45 | @property (nonatomic,retain) NSString * text; 46 | @property (readonly) NSUInteger hash; 47 | @property (readonly) Class superclass; 48 | @property (copy,readonly) NSString * description; 49 | @property (copy,readonly) NSString * debugDescription; 50 | +(id)_buttonWithSelectedColor:(id)arg1 text:(id)arg2 type:(NSUInteger)arg3 ; 51 | +(id)smallCircularButtonWithSelectedColor:(id)arg1 ; 52 | +(id)circularButtonWithSelectedColor:(id)arg1 ; 53 | +(id)roundRectButton; 54 | +(id)roundRectButtonWithText:(id)arg1 ; 55 | +(id)roundRectButtonWithText:(id)arg1 selectedGlyphColor:(id)arg2 ; 56 | +(id)capsuleButtonWithText:(id)arg1 ; 57 | -(id)initWithFrame:(CGRect)arg1 ; 58 | -(void)setFrame:(CGRect)arg1 ; 59 | -(void)setNumberOfLines:(NSInteger)arg1 ; 60 | -(CGFloat)cornerRadius; 61 | -(void)layoutSubviews; 62 | -(id)delegate; 63 | -(void)setDelegate:(id)arg1 ; 64 | -(void)dealloc; 65 | -(void)setBounds:(CGRect)arg1 ; 66 | -(CGSize)sizeThatFits:(CGSize)arg1 ; 67 | -(CGSize)intrinsicContentSize; 68 | -(NSString *)text; 69 | -(void)setText:(NSString *)arg1 ; 70 | -(void)setFont:(UIFont *)arg1 ; 71 | -(void)setBackgroundImage:(id)arg1 forState:(NSUInteger)arg2 ; 72 | -(void)setEnabled:(BOOL)arg1 ; 73 | -(void)_setButtonType:(NSUInteger)arg1 ; 74 | -(BOOL)_shouldAnimatePropertyWithKey:(id)arg1 ; 75 | -(void)didMoveToSuperview; 76 | -(UIFont *)font; 77 | -(NSInteger)numberOfLines; 78 | -(void)settings:(id)arg1 changedValueForKey:(id)arg2 ; 79 | -(void)setImage:(id)arg1 forState:(NSUInteger)arg2 ; 80 | -(void)_updateEffects; 81 | -(UIImage *)glyphImage; 82 | -(void)setGlyphImage:(UIImage *)arg1 ; 83 | -(void)setSelectedGlyphImage:(UIImage *)arg1 ; 84 | -(UIImage *)selectedGlyphImage; 85 | -(BOOL)_drawingAsSelected; 86 | -(CGFloat)naturalHeight; 87 | -(void)_updateForStateChange; 88 | -(NSInteger)_currentState; 89 | -(void)setShowingMenu:(BOOL)arg1 ; 90 | -(BOOL)isShowingMenu; 91 | -(id)initWithFrame:(CGRect)arg1 selectedColor:(id)arg2 text:(id)arg3 type:(NSUInteger)arg4 ; 92 | -(BOOL)_isCircleButton; 93 | -(BOOL)_isRectButton; 94 | -(BOOL)_isCapsuleButton; 95 | -(BOOL)_isTextButton; 96 | -(void)_updateBackgroundForStateChange; 97 | -(void)_pressAction; 98 | -(void)_updateForReduceTransparencyChange; 99 | -(void)_updateForDarkerSystemColorsChange:(id)arg1 ; 100 | -(void)_calculateRectForGlyph:(CGRect*)arg1 rectForLabel:(CGRect*)arg2 ignoringBounds:(BOOL)arg3 ; 101 | -(id)_glyphImageForState:(NSInteger)arg1 ; 102 | -(void)_updateNaturalHeight; 103 | -(void)_updateGlyphAndTextForStateChange; 104 | -(void)setNaturalHeight:(CGFloat)arg1 ; 105 | -(id)_effectiveSelectedColor; 106 | -(NSUInteger)roundCorners; 107 | -(BOOL)animatesStateChanges; 108 | -(id)_controlStateStringFromState:(NSInteger)arg1 ; 109 | -(BOOL)_isRectTextButton; 110 | -(void)setRoundCorners:(NSUInteger)arg1 ; 111 | -(void)setAnimatesStateChanges:(BOOL)arg1 ; 112 | -(id)ccuiPunchOutMaskForView:(id)arg1 ; 113 | -(void)setGlyphImage:(id)arg1 selectedGlyphImage:(id)arg2 name:(id)arg3 ; 114 | -(BOOL)isInternal; 115 | @end 116 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIControlCenterLabel.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @interface CCUIControlCenterLabel : UILabel { 13 | 14 | NSUInteger _style; 15 | 16 | } 17 | 18 | @property (assign,nonatomic) NSUInteger style; //@synthesize style=_style - In the implementation block 19 | - (id)initWithFrame:(CGRect)arg1; 20 | - (NSUInteger)style; 21 | - (void)setHighlighted:(BOOL)arg1; 22 | - (void)setEnabled:(BOOL)arg1; 23 | - (void)setStyle:(NSUInteger)arg1; 24 | - (BOOL)_shouldAnimatePropertyWithKey:(id)arg1; 25 | - (void)_updateEffects; 26 | @end 27 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIControlCenterMaterialView.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @interface CCUIControlCenterMaterialView : UIView 12 | + (id)_tertiaryMaterialView; 13 | + (id)_lightFillMaterialView; 14 | + (id)_darkMaterialView; 15 | + (id)controlCenterLightFill; 16 | + (id)moduleBackgroundMaterialView; 17 | + (id)primaryMaterialView; 18 | + (id)secondaryMaterialView; 19 | + (id)baseMaterialBlurView; 20 | + (id)controlCenterDarkMaterial; 21 | + (id)controlCenterTertiaryMaterial; 22 | @end 23 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIControlCenterSlider.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @class UIImageView; 13 | 14 | @interface CCUIControlCenterSlider : UISlider { 15 | 16 | UIImageView* _minValueHighlightedImageView; 17 | UIImageView* _maxValueHighlightedImageView; 18 | BOOL _adjusting; 19 | 20 | } 21 | 22 | @property (assign,getter=isAdjusting,nonatomic) BOOL adjusting; //@synthesize adjusting=_adjusting - In the implementation block 23 | + (id)_trackImage; 24 | + (id)_knobImage; 25 | + (UIEdgeInsets)_edgeInsetsForSliderKnob; 26 | + (id)_resizableTrackImage; 27 | - (id)initWithFrame:(CGRect)arg1; 28 | - (void)layoutSubviews; 29 | - (BOOL)pointInside:(CGPoint)arg1 withEvent:(id)arg2; 30 | - (void)cancelTrackingWithEvent:(id)arg1; 31 | - (BOOL)beginTrackingWithTouch:(id)arg1 withEvent:(id)arg2; 32 | - (void)endTrackingWithTouch:(id)arg1 withEvent:(id)arg2; 33 | - (CGRect)trackRectForBounds:(CGRect)arg1; 34 | - (CGRect)thumbRectForBounds:(CGRect)arg1 trackRect:(CGRect)arg2 value:(float)arg3; 35 | - (CGRect)minimumValueImageRectForBounds:(CGRect)arg1; 36 | - (CGRect)maximumValueImageRectForBounds:(CGRect)arg1; 37 | - (UIEdgeInsets)_thumbHitEdgeInsets; 38 | - (void)setMinimumValueImage:(id)arg1; 39 | - (void)setMaximumValueImage:(id)arg1; 40 | - (void)_updateEffects; 41 | - (void)_setTrackImage:(id)arg1; 42 | - (void)setAdjusting:(BOOL)arg1; 43 | - (void)setMinimumValueImage:(id)arg1 cacheKey:(id)arg2; 44 | - (void)setMaximumValueImage:(id)arg1 cacheKey:(id)arg2; 45 | - (CGFloat)leftValueImageOriginForBounds:(CGRect)arg1 andSize:(CGSize)arg2; 46 | - (CGFloat)rightValueImageOriginForBounds:(CGRect)arg1 andSize:(CGSize)arg2; 47 | - (void)_configureHighlightedValueImagesLikeRegularValueImages; 48 | - (BOOL)ccuiSupportsDelayedTouchesByContainingScrollViewForGesture:(id)arg1; 49 | - (BOOL)isAdjusting; 50 | @end 51 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIControlCenterVisualEffect.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @interface CCUIControlCenterVisualEffect : UIVisualEffect { 13 | 14 | NSInteger _style; 15 | 16 | } 17 | + (id)effectWithStyle:(NSInteger)arg1; 18 | + (id)effectWithControlState:(NSUInteger)arg1 inContext:(NSInteger)arg2; 19 | + (id)_glyphOrTextOnPlatterOrBackgroundEffect; 20 | + (id)_primaryHighlightedTextOnPlatterEffect; 21 | + (id)_grayEffect; 22 | + (id)_primaryRegularTextOnPlatterEffect; 23 | + (id)_secondaryHighlightedTextOnPlatterEffect; 24 | + (id)_secondaryRegularTextOnPlatterEffect; 25 | + (id)_blackEffect; 26 | + (id)_whiteEffect; 27 | - (BOOL)isEqual:(id)arg1; 28 | - (NSUInteger)hash; 29 | - (NSInteger)_style; 30 | - (id)copyWithZone:(NSZone*)arg1; 31 | - (id)initWithPrivateStyle:(NSInteger)arg1; 32 | - (id)contentsMultiplyColor; 33 | - (id)effectConfig; 34 | @end 35 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIGroupRendering.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | @class CALayer; 10 | 11 | 12 | @protocol CCUIGroupRendering 13 | @property (getter=isGroupRenderingRequired,nonatomic,readonly) BOOL groupRenderingRequired; 14 | @property (nonatomic,readonly) CALayer * punchOutRootLayer; 15 | @required 16 | - (BOOL)isGroupRenderingRequired; 17 | - (CALayer *)punchOutRootLayer; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUILabeledRoundButton.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @class NSString, UIImage, CCUICAPackageDescription, CCUIRoundButton, UIColor, UILabel; 13 | 14 | @interface CCUILabeledRoundButton : UIView { 15 | 16 | BOOL _labelsVisible; 17 | NSString* _title; 18 | NSString* _subtitle; 19 | UIImage* _glyphImage; 20 | CCUICAPackageDescription* _glyphPackageDescription; 21 | NSString* _glyphState; 22 | CCUIRoundButton* _buttonView; 23 | UIColor* _highlightColor; 24 | UILabel* _titleLabel; 25 | UILabel* _subtitleLabel; 26 | 27 | } 28 | 29 | @property (nonatomic,retain) UIColor * highlightColor; //@synthesize highlightColor=_highlightColor - In the implementation block 30 | @property (nonatomic,retain) CCUIRoundButton * buttonView; //@synthesize buttonView=_buttonView - In the implementation block 31 | @property (nonatomic,retain) UILabel * titleLabel; //@synthesize titleLabel=_titleLabel - In the implementation block 32 | @property (nonatomic,retain) UILabel * subtitleLabel; //@synthesize subtitleLabel=_subtitleLabel - In the implementation block 33 | @property (nonatomic,retain) UIImage * glyphImage; //@synthesize glyphImage=_glyphImage - In the implementation block 34 | @property (nonatomic,retain) CCUICAPackageDescription * glyphPackageDescription; //@synthesize glyphPackageDescription=_glyphPackageDescription - In the implementation block 35 | @property (nonatomic,copy) NSString * glyphState; //@synthesize glyphState=_glyphState - In the implementation block 36 | @property (nonatomic,copy) NSString * title; //@synthesize title=_title - In the implementation block 37 | @property (nonatomic,copy) NSString * subtitle; //@synthesize subtitle=_subtitle - In the implementation block 38 | @property (assign,nonatomic) BOOL labelsVisible; //@synthesize labelsVisible=_labelsVisible - In the implementation block 39 | - (void)layoutSubviews; 40 | - (void)dealloc; 41 | - (void)setTitle:(NSString *)arg1; 42 | - (CGSize)sizeThatFits:(CGSize)arg1; 43 | - (CGSize)intrinsicContentSize; 44 | - (NSString *)title; 45 | - (UILabel *)titleLabel; 46 | - (void)setSubtitle:(NSString *)arg1; 47 | - (NSString *)subtitle; 48 | - (UIColor *)highlightColor; 49 | - (void)setHighlightColor:(UIColor *)arg1; 50 | - (void)setTitleLabel:(UILabel *)arg1; 51 | - (void)_layoutLabels; 52 | - (void)buttonTapped:(id)arg1; 53 | - (void)setButtonView:(CCUIRoundButton *)arg1; 54 | - (UIImage *)glyphImage; 55 | - (void)setGlyphImage:(UIImage *)arg1; 56 | - (void)_contentSizeCategoryDidChange; 57 | - (UILabel *)subtitleLabel; 58 | - (void)setSubtitleLabel:(UILabel *)arg1; 59 | - (id)initWithGlyphImage:(id)arg1 highlightColor:(id)arg2 useLightStyle:(BOOL)arg3; 60 | - (id)initWithGlyphPackageDescription:(id)arg1 highlightColor:(id)arg2 useLightStyle:(BOOL)arg3; 61 | - (void)setGlyphPackageDescription:(CCUICAPackageDescription *)arg1; 62 | - (void)setGlyphState:(NSString *)arg1; 63 | - (void)setLabelsVisible:(BOOL)arg1; 64 | - (id)initWithGlyphImage:(id)arg1 highlightColor:(id)arg2; 65 | - (id)initWithGlyphPackageDescription:(id)arg1 highlightColor:(id)arg2; 66 | - (CCUICAPackageDescription *)glyphPackageDescription; 67 | - (NSString *)glyphState; 68 | - (BOOL)labelsVisible; 69 | - (id)initWithHighlightColor:(id)arg1 useLightStyle:(BOOL)arg2; 70 | - (void)_setupLabelsBounds; 71 | - (BOOL)_shouldUseLargeTextLayout; 72 | - (CCUIRoundButton *)buttonView; 73 | @end 74 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUILabeledRoundButtonViewController.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @class NSString, CCUICAPackageDescription, UIImage, UIColor, CCUILabeledRoundButton, UIControl; 12 | 13 | @interface CCUILabeledRoundButtonViewController : UIViewController { 14 | 15 | BOOL _labelsVisible; 16 | BOOL _toggleStateOnTap; 17 | BOOL _enabled; 18 | BOOL _inoperative; 19 | BOOL _useLightStyle; 20 | NSString* _subtitle; 21 | CCUICAPackageDescription* _glyphPackageDescription; 22 | NSString* _glyphState; 23 | UIImage* _glyphImage; 24 | UIColor* _highlightColor; 25 | CCUILabeledRoundButton* _buttonContainer; 26 | UIControl* _button; 27 | 28 | } 29 | 30 | @property (nonatomic,retain) UIColor * highlightColor; //@synthesize highlightColor=_highlightColor - In the implementation block 31 | @property (assign,nonatomic) BOOL useLightStyle; //@synthesize useLightStyle=_useLightStyle - In the implementation block 32 | @property (nonatomic,retain) CCUILabeledRoundButton * buttonContainer; //@synthesize buttonContainer=_buttonContainer - In the implementation block 33 | @property (nonatomic,retain) UIControl * button; //@synthesize button=_button - In the implementation block 34 | @property (nonatomic,retain) CCUICAPackageDescription * glyphPackageDescription; //@synthesize glyphPackageDescription=_glyphPackageDescription - In the implementation block 35 | @property (nonatomic,copy) NSString * glyphState; //@synthesize glyphState=_glyphState - In the implementation block 36 | @property (nonatomic,retain) UIImage * glyphImage; //@synthesize glyphImage=_glyphImage - In the implementation block 37 | @property (nonatomic,copy) NSString * title; 38 | @property (nonatomic,copy) NSString * subtitle; //@synthesize subtitle=_subtitle - In the implementation block 39 | @property (assign,nonatomic) BOOL labelsVisible; //@synthesize labelsVisible=_labelsVisible - In the implementation block 40 | @property (assign,nonatomic) BOOL toggleStateOnTap; //@synthesize toggleStateOnTap=_toggleStateOnTap - In the implementation block 41 | @property (assign,getter=isEnabled,nonatomic) BOOL enabled; //@synthesize enabled=_enabled - In the implementation block 42 | @property (assign,getter=isInoperative,nonatomic) BOOL inoperative; //@synthesize inoperative=_inoperative - In the implementation block 43 | - (UIControl *)button; 44 | - (void)setTitle:(NSString *)arg1; 45 | - (void)loadView; 46 | - (BOOL)isEnabled; 47 | - (void)setEnabled:(BOOL)arg1; 48 | - (void)setSubtitle:(NSString *)arg1; 49 | - (NSString *)subtitle; 50 | - (UIColor *)highlightColor; 51 | - (void)setHighlightColor:(UIColor *)arg1; 52 | - (void)setButton:(UIControl *)arg1; 53 | - (void)buttonTapped:(id)arg1; 54 | - (UIImage *)glyphImage; 55 | - (void)setGlyphImage:(UIImage *)arg1; 56 | - (CCUILabeledRoundButton *)buttonContainer; 57 | - (void)setButtonContainer:(CCUILabeledRoundButton *)arg1; 58 | - (id)initWithGlyphImage:(id)arg1 highlightColor:(id)arg2 useLightStyle:(BOOL)arg3; 59 | - (id)initWithGlyphPackageDescription:(id)arg1 highlightColor:(id)arg2 useLightStyle:(BOOL)arg3; 60 | - (void)setGlyphPackageDescription:(CCUICAPackageDescription *)arg1; 61 | - (void)setGlyphState:(NSString *)arg1; 62 | - (void)setLabelsVisible:(BOOL)arg1; 63 | - (id)initWithGlyphImage:(id)arg1 highlightColor:(id)arg2; 64 | - (id)initWithGlyphPackageDescription:(id)arg1 highlightColor:(id)arg2; 65 | - (void)setInoperative:(BOOL)arg1; 66 | - (CCUICAPackageDescription *)glyphPackageDescription; 67 | - (NSString *)glyphState; 68 | - (BOOL)labelsVisible; 69 | - (BOOL)toggleStateOnTap; 70 | - (void)setToggleStateOnTap:(BOOL)arg1; 71 | - (BOOL)isInoperative; 72 | - (BOOL)useLightStyle; 73 | - (void)setUseLightStyle:(BOOL)arg1; 74 | @end 75 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIMenuModuleAnimationController.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | @class NSString; 10 | 11 | @interface CCUIMenuModuleAnimationController : NSObject { 12 | 13 | BOOL _presenting; 14 | 15 | } 16 | 17 | @property (readonly) NSUInteger hash; 18 | @property (readonly) Class superclass; 19 | @property (copy,readonly) NSString * description; 20 | @property (copy,readonly) NSString * debugDescription; 21 | - (CGFloat)transitionDuration:(id)arg1; 22 | - (void)animateTransition:(id)arg1; 23 | - (id)initForPresenting:(BOOL)arg1; 24 | @end 25 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIMenuModuleItemView.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @class UILabel, UIImage, UIView, UIImageView; 13 | 14 | @interface CCUIMenuModuleItemView : UIControl { 15 | 16 | UILabel* _titleLabel; 17 | UILabel* _subtitleLabel; 18 | UIImage* _glyphImage; 19 | UIView* _separatorView; 20 | UIImageView* _glyphImageView; 21 | UIView* _highlightedBackgroundView; 22 | BOOL _separatorVisible; 23 | BOOL _useTallLayout; 24 | /*^block*/ id _handler; 25 | CGFloat _preferredMaxLayoutWidth; 26 | 27 | } 28 | 29 | @property (nonatomic,copy,readonly) id handler; //@synthesize handler=_handler - In the implementation block 30 | @property (assign,nonatomic) BOOL separatorVisible; //@synthesize separatorVisible=_separatorVisible - In the implementation block 31 | @property (assign,nonatomic) CGFloat preferredMaxLayoutWidth; //@synthesize preferredMaxLayoutWidth=_preferredMaxLayoutWidth - In the implementation block 32 | @property (assign,nonatomic) BOOL useTallLayout; //@synthesize useTallLayout=_useTallLayout - In the implementation block 33 | - (void)layoutSubviews; 34 | - (CGSize)sizeThatFits:(CGSize)arg1; 35 | - (CGSize)intrinsicContentSize; 36 | - (void)setHighlighted:(BOOL)arg1; 37 | - (void)setEnabled:(BOOL)arg1; 38 | - (void)_setContinuousCornerRadius:(CGFloat)arg1; 39 | - (void)setSelected:(BOOL)arg1; 40 | - (void)setPreferredMaxLayoutWidth:(CGFloat)arg1; 41 | - (CGFloat)preferredMaxLayoutWidth; 42 | - (id)handler; 43 | - (void)_updateForStateChange; 44 | - (id)initWithTitle:(id)arg1 subtitle:(id)arg2 glyphImage:(id)arg3 handler:(/*^block*/ id)arg4; 45 | - (void)setUseTallLayout:(BOOL)arg1; 46 | - (BOOL)useTallLayout; 47 | - (CGFloat)_titleBaselineToTop; 48 | - (CGFloat)_titleBaselineToBottom; 49 | - (BOOL)_shouldCenterText; 50 | - (CGFloat)_glyphMargin; 51 | - (BOOL)separatorVisible; 52 | - (id)initWithTitle:(id)arg1 glyphImage:(id)arg2 handler:(/*^block*/ id)arg3; 53 | - (void)setSeparatorVisible:(BOOL)arg1; 54 | - (UIEdgeInsets)_labelInsets; 55 | @end 56 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIMenuModulePresentationController.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @class NSString; 12 | 13 | @interface CCUIMenuModulePresentationController : UIPresentationController 14 | 15 | @property (readonly) NSUInteger hash; 16 | @property (readonly) Class superclass; 17 | @property (copy,readonly) NSString * description; 18 | @property (copy,readonly) NSString * debugDescription; 19 | - (BOOL)gestureRecognizer:(id)arg1 shouldReceiveTouch:(id)arg2; 20 | - (BOOL)shouldPresentInFullscreen; 21 | - (BOOL)_shouldRespectDefinesPresentationContext; 22 | - (void)dismissalTransitionDidEnd:(BOOL)arg1; 23 | - (void)presentationTransitionWillBegin; 24 | - (id)_menuModuleViewController; 25 | - (void)_handleBackgroundTap:(id)arg1; 26 | @end 27 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIMenuModuleTransitioningDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | @class NSString; 10 | 11 | @interface CCUIMenuModuleTransitioningDelegate : NSObject 12 | 13 | @property (readonly) NSUInteger hash; 14 | @property (readonly) Class superclass; 15 | @property (copy,readonly) NSString * description; 16 | @property (copy,readonly) NSString * debugDescription; 17 | - (id)presentationControllerForPresentedViewController:(id)arg1 presentingViewController:(id)arg2 sourceViewController:(id)arg3; 18 | - (id)animationControllerForPresentedController:(id)arg1 presentingController:(id)arg2 sourceController:(id)arg3; 19 | - (id)animationControllerForDismissedController:(id)arg1; 20 | @end 21 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIMenuModuleViewController.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | #import "CCUIContentModuleContentViewController.h" 12 | 13 | @class UILabel, UIView, MTMaterialView, UIStackView, NSMutableArray, UIScrollView, UILongPressGestureRecognizer, UISelectionFeedbackGenerator, CCUIMenuModuleItemView, CCUIContentModuleContext, NSString; 14 | 15 | @interface CCUIMenuModuleViewController : CCUIButtonModuleViewController { 16 | 17 | UILabel* _titleLabel; 18 | UIView* _headerSeparatorView; 19 | MTMaterialView* _platterMaterialView; 20 | UIStackView* _menuItemsContainer; 21 | NSMutableArray* _menuItemsViews; 22 | UIScrollView* _contentScrollView; 23 | UIView* _darkeningBackgroundView; 24 | UILongPressGestureRecognizer* _pressGestureRecognizer; 25 | UISelectionFeedbackGenerator* _feedbackGenerator; 26 | BOOL _ignoreMenuItemAtTouchLocationAfterExpanded; 27 | CCUIMenuModuleItemView* _menuItemToIgnore; 28 | BOOL _shouldProvideOwnPlatter; 29 | BOOL _useTallLayout; 30 | UIView* _contentView; 31 | CCUIContentModuleContext* _contentModuleContext; 32 | 33 | } 34 | 35 | @property (nonatomic,copy) NSString * title; 36 | @property (nonatomic,readonly) NSUInteger actionsCount; 37 | @property (nonatomic,readonly) CGFloat headerHeight; 38 | @property (nonatomic,readonly) UIView * contentView; //@synthesize contentView=_contentView - In the implementation block 39 | @property (assign,nonatomic) BOOL shouldProvideOwnPlatter; //@synthesize shouldProvideOwnPlatter=_shouldProvideOwnPlatter - In the implementation block 40 | @property (assign,nonatomic) BOOL useTallLayout; //@synthesize useTallLayout=_useTallLayout - In the implementation block 41 | @property (nonatomic,weak) CCUIContentModuleContext * contentModuleContext; //@synthesize contentModuleContext=_contentModuleContext - In the implementation block 42 | @property (readonly) NSUInteger hash; 43 | @property (readonly) Class superclass; 44 | @property (copy,readonly) NSString * description; 45 | @property (copy,readonly) NSString * debugDescription; 46 | @property (nonatomic,readonly) CGFloat preferredExpandedContentHeight; 47 | @property (nonatomic,readonly) CGFloat preferredExpandedContentWidth; 48 | @property (nonatomic,readonly) BOOL providesOwnPlatter; 49 | - (NSUInteger)actionsCount; 50 | - (UIView *)contentView; 51 | - (void)dealloc; 52 | - (void)setTitle:(NSString *)arg1; 53 | - (BOOL)gestureRecognizer:(id)arg1 shouldRecognizeSimultaneouslyWithGestureRecognizer:(id)arg2; 54 | - (id)initWithNibName:(id)arg1 bundle:(id)arg2; 55 | - (void)viewWillLayoutSubviews; 56 | - (void)_handlePressGesture:(id)arg1; 57 | - (void)viewWillTransitionToSize:(CGSize)arg1 withTransitionCoordinator:(id)arg2; 58 | - (void)viewDidLoad; 59 | - (void)removeAllActions; 60 | - (CGFloat)_separatorHeight; 61 | - (CGFloat)headerHeight; 62 | - (id)_titleFont; 63 | - (void)_contentSizeCategoryDidChange; 64 | - (BOOL)shouldBeginTransitionToExpandedContentModule; 65 | - (void)addActionWithTitle:(id)arg1 subtitle:(id)arg2 glyph:(id)arg3 handler:(/*^block*/ id)arg4; 66 | - (CGFloat)headerHeightForWidth:(CGFloat)arg1; 67 | - (void)_fadeViewsForExpandedState:(BOOL)arg1; 68 | - (void)_setupContentViewBounds; 69 | - (void)_setupMenuItems; 70 | - (void)_layoutViewSubviews; 71 | - (void)_layoutGlyphViewForSize:(CGSize)arg1; 72 | - (void)_layoutTitleLabelForSize:(CGSize)arg1; 73 | - (void)_layoutSeparatorForSize:(CGSize)arg1; 74 | - (CGFloat)preferredExpandedContentHeightWithWidth:(CGFloat)arg1; 75 | - (CGFloat)_maximumHeight; 76 | - (CGFloat)_desiredExpandedHeight; 77 | - (CGFloat)_menuItemsHeightForWidth:(CGFloat)arg1; 78 | - (CGFloat)_contentScaleForSize:(CGSize)arg1; 79 | - (CGAffineTransform)_contentTransformForScale:(CGFloat)arg1; 80 | - (void)setUseTallLayout:(BOOL)arg1; 81 | - (void)_handleActionTapped:(id)arg1; 82 | - (BOOL)shouldProvideOwnPlatter; 83 | - (void)setShouldProvideOwnPlatter:(BOOL)arg1; 84 | - (BOOL)useTallLayout; 85 | - (CGFloat)preferredExpandedContentHeight; 86 | - (void)addActionWithTitle:(id)arg1 glyph:(id)arg2 handler:(/*^block*/ id)arg3; 87 | - (void)willTransitionToExpandedContentMode:(BOOL)arg1; 88 | - (CGFloat)preferredExpandedContentWidth; 89 | - (CCUIContentModuleContext *)contentModuleContext; 90 | - (void)setContentModuleContext:(CCUIContentModuleContext *)arg1; 91 | - (void)_layoutMenuItemsForSize:(CGSize)arg1; 92 | - (void)_setupTitleLabel; 93 | - (void)contentModuleWillTransitionToExpandedContentMode:(BOOL)arg1; 94 | - (void)_updateScrollViewContentSize; 95 | @end 96 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIModuleSliderView.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | #import 12 | #import "CCUIContentModuleTopLevelGestureProvider.h" 13 | #import "CCUIContentModuleExpandedStateListener.h" 14 | #import "CCUIContentClipping.h" 15 | #import "CCUIGroupRendering.h" 16 | 17 | @class NSArray, CALayer, UIImageView, CCUICAPackageView, NSTimer, UILongPressGestureRecognizer, UISelectionFeedbackGenerator, _UIEdgeFeedbackGenerator, UIImage, CCUICAPackageDescription, NSString; 18 | 19 | @interface CCUIModuleSliderView : UIControl { 20 | 21 | UIImageView* _glyphImageView; 22 | CCUICAPackageView* _glyphPackageView; 23 | CCUICAPackageView* _compensatingGlyphPackageView; 24 | NSArray* _stepBackgroundViews; 25 | NSArray* _separatorViews; 26 | CGFloat _startingHeight; 27 | CGPoint _startingLocation; 28 | float _startingValue; 29 | NSTimer* _updatesCommitTimer; 30 | float _previousValue; 31 | UILongPressGestureRecognizer* _valueChangeGestureRecognizer; 32 | UISelectionFeedbackGenerator* _selectionFeedbackGenerator; 33 | _UIEdgeFeedbackGenerator* _edgeFeedbackGenerator; 34 | BOOL _glyphVisible; 35 | BOOL _throttleUpdates; 36 | BOOL _firstStepIsDisabled; 37 | BOOL _firstStepIsOff; 38 | BOOL _interactiveWhenUnexpanded; 39 | float _value; 40 | UIImage* _glyphImage; 41 | CCUICAPackageDescription* _glyphPackageDescription; 42 | NSString* _glyphState; 43 | NSUInteger _numberOfSteps; 44 | NSUInteger _step; 45 | 46 | } 47 | 48 | @property (assign,getter=isInteractiveWhenUnexpanded,nonatomic) BOOL interactiveWhenUnexpanded; //@synthesize interactiveWhenUnexpanded=_interactiveWhenUnexpanded - In the implementation block 49 | @property (nonatomic,retain) UIImage * glyphImage; //@synthesize glyphImage=_glyphImage - In the implementation block 50 | @property (nonatomic,retain) CCUICAPackageDescription * glyphPackageDescription; //@synthesize glyphPackageDescription=_glyphPackageDescription - In the implementation block 51 | @property (nonatomic,retain) NSString * glyphState; //@synthesize glyphState=_glyphState - In the implementation block 52 | @property (assign,getter=isGlyphVisible,nonatomic) BOOL glyphVisible; //@synthesize glyphVisible=_glyphVisible - In the implementation block 53 | @property (assign,nonatomic) BOOL throttleUpdates; //@synthesize throttleUpdates=_throttleUpdates - In the implementation block 54 | @property (assign,nonatomic) float value; //@synthesize value=_value - In the implementation block 55 | @property (assign,nonatomic) NSUInteger numberOfSteps; //@synthesize numberOfSteps=_numberOfSteps - In the implementation block 56 | @property (assign,nonatomic) BOOL firstStepIsDisabled; //@synthesize firstStepIsDisabled=_firstStepIsDisabled - In the implementation block 57 | @property (assign,nonatomic) BOOL firstStepIsOff; //@synthesize firstStepIsOff=_firstStepIsOff - In the implementation block 58 | @property (assign,nonatomic) NSUInteger step; //@synthesize step=_step - In the implementation block 59 | @property (getter=isStepped,nonatomic,readonly) BOOL stepped; 60 | @property (readonly) NSUInteger hash; 61 | @property (readonly) Class superclass; 62 | @property (copy,readonly) NSString * description; 63 | @property (copy,readonly) NSString * debugDescription; 64 | @property (nonatomic,readonly) NSArray * topLevelGestureRecognizers; 65 | @property (nonatomic,readonly) NSArray * topLevelBlockingGestureRecognizers; 66 | @property (getter=isContentClippingRequired,nonatomic,readonly) BOOL contentClippingRequired; 67 | @property (getter=isGroupRenderingRequired,nonatomic,readonly) BOOL groupRenderingRequired; 68 | @property (nonatomic,readonly) CALayer * punchOutRootLayer; 69 | - (NSUInteger)step; 70 | - (void)setStep:(NSUInteger)arg1; 71 | - (id)initWithFrame:(CGRect)arg1; 72 | - (void)layoutSubviews; 73 | - (BOOL)gestureRecognizer:(id)arg1 shouldRecognizeSimultaneouslyWithGestureRecognizer:(id)arg2; 74 | - (void)setValue:(float)arg1; 75 | - (float)value; 76 | - (UIImage *)glyphImage; 77 | - (void)setGlyphImage:(UIImage *)arg1; 78 | - (void)setGlyphPackageDescription:(CCUICAPackageDescription *)arg1; 79 | - (void)setGlyphState:(NSString *)arg1; 80 | - (CCUICAPackageDescription *)glyphPackageDescription; 81 | - (NSString *)glyphState; 82 | - (void)_createStepViewsForNumberOfSteps:(NSUInteger)arg1; 83 | - (void)_handleValueChangeGestureRecognizer:(id)arg1; 84 | - (BOOL)isStepped; 85 | - (NSUInteger)_stepFromValue:(float)arg1; 86 | - (float)_valueFromStep:(NSUInteger)arg1; 87 | - (void)_createSeparatorViewsForNumberOfSteps:(NSUInteger)arg1; 88 | - (id)_newGlyphPackageView; 89 | - (void)_configureGlyphPackageView:(id)arg1; 90 | - (void)_configureCompensatingGlyphPackageView:(id)arg1; 91 | - (void)_layoutValueViews; 92 | - (BOOL)isInteractiveWhenUnexpanded; 93 | - (void)_layoutValueViewsForStepChange:(BOOL)arg1; 94 | - (void)_layoutContinuousValueView; 95 | - (CGFloat)_fullStepHeight; 96 | - (BOOL)firstStepIsOff; 97 | - (CGFloat)_heightForStep:(NSUInteger)arg1; 98 | - (void)_layoutContinuousValueViewForValue:(float)arg1; 99 | - (CGFloat)_sliderHeightForValue:(float)arg1; 100 | - (id)_continuousValueView; 101 | - (id)_createBackgroundViewForStep:(NSUInteger)arg1; 102 | - (id)_createSeparatorView; 103 | - (CGFloat)_sliderHeight; 104 | - (BOOL)firstStepIsDisabled; 105 | - (float)_valueForTouchLocation:(CGPoint)arg1 withAbsoluteReference:(BOOL)arg2; 106 | - (void)_updateStepFromValue:(float)arg1 playHaptic:(BOOL)arg2; 107 | - (void)_layoutValueViewsForStepChange; 108 | - (void)_beginTrackingWithGestureRecognizer:(id)arg1; 109 | - (void)_continueTrackingWithGestureRecognizer:(id)arg1; 110 | - (void)_endTrackingWithGestureRecognizer:(id)arg1; 111 | - (void)_updateValueForTouchLocation:(CGPoint)arg1 withAbsoluteReference:(BOOL)arg2 forContinuedGesture:(BOOL)arg3; 112 | - (void)setFirstStepIsDisabled:(BOOL)arg1; 113 | - (void)setFirstStepIsOff:(BOOL)arg1; 114 | - (BOOL)isGlyphVisible; 115 | - (void)setGlyphVisible:(BOOL)arg1; 116 | - (BOOL)throttleUpdates; 117 | - (void)setThrottleUpdates:(BOOL)arg1; 118 | - (void)setInteractiveWhenUnexpanded:(BOOL)arg1; 119 | - (void)setNumberOfSteps:(NSUInteger)arg1; 120 | - (NSUInteger)numberOfSteps; 121 | - (NSArray *)topLevelBlockingGestureRecognizers; 122 | - (BOOL)isContentClippingRequired; 123 | - (BOOL)isGroupRenderingRequired; 124 | - (CALayer *)punchOutRootLayer; 125 | - (NSArray *)topLevelGestureRecognizers; 126 | - (void)contentModuleWillTransitionToExpandedContentMode:(BOOL)arg1; 127 | @end 128 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIPunchOutMask.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | #import 11 | @interface CCUIPunchOutMask : NSObject { 12 | 13 | NSInteger _style; 14 | CGFloat _cornerRadius; 15 | NSUInteger _roundedCorners; 16 | CGRect _frame; 17 | 18 | } 19 | 20 | @property (nonatomic,readonly) CGRect frame; //@synthesize frame=_frame - In the implementation block 21 | @property (nonatomic,readonly) NSInteger style; //@synthesize style=_style - In the implementation block 22 | @property (nonatomic,readonly) CGFloat cornerRadius; //@synthesize cornerRadius=_cornerRadius - In the implementation block 23 | @property (nonatomic,readonly) NSUInteger roundedCorners; //@synthesize roundedCorners=_roundedCorners - In the implementation block 24 | - (CGRect)frame; 25 | - (CGFloat)cornerRadius; 26 | - (BOOL)isEqual:(id)arg1; 27 | - (NSUInteger)hash; 28 | - (id)description; 29 | - (NSInteger)style; 30 | - (NSUInteger)roundedCorners; 31 | - (id)textualRepresentation; 32 | - (id)initWithFrame:(CGRect)arg1 style:(NSInteger)arg2 radius:(CGFloat)arg3 roundedCorners:(NSUInteger)arg4; 33 | @end 34 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIRoundButton.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @class CCUICAPackageDescription, UIImage, NSString, UIColor, UIView, UIImageView, CCUICAPackageView; 13 | 14 | @interface CCUIRoundButton : UIControl { 15 | 16 | CCUICAPackageDescription* _glyphPackageDescription; 17 | UIImage* _glyphImage; 18 | NSString* _glyphState; 19 | UIColor* _highlightColor; 20 | UIView* _normalStateBackgroundView; 21 | UIView* _selectedStateBackgroundView; 22 | UIImageView* _glyphImageView; 23 | UIImageView* _selectedGlyphView; 24 | CCUICAPackageView* _glyphPackageView; 25 | 26 | } 27 | 28 | @property (nonatomic,retain) UIColor * highlightColor; //@synthesize highlightColor=_highlightColor - In the implementation block 29 | @property (nonatomic,retain) UIView * normalStateBackgroundView; //@synthesize normalStateBackgroundView=_normalStateBackgroundView - In the implementation block 30 | @property (nonatomic,retain) UIView * selectedStateBackgroundView; //@synthesize selectedStateBackgroundView=_selectedStateBackgroundView - In the implementation block 31 | @property (nonatomic,retain) UIImageView * glyphImageView; //@synthesize glyphImageView=_glyphImageView - In the implementation block 32 | @property (nonatomic,retain) UIImageView * selectedGlyphView; //@synthesize selectedGlyphView=_selectedGlyphView - In the implementation block 33 | @property (nonatomic,retain) CCUICAPackageView * glyphPackageView; //@synthesize glyphPackageView=_glyphPackageView - In the implementation block 34 | @property (nonatomic,retain) CCUICAPackageDescription * glyphPackageDescription; //@synthesize glyphPackageDescription=_glyphPackageDescription - In the implementation block 35 | @property (nonatomic,retain) UIImage * glyphImage; //@synthesize glyphImage=_glyphImage - In the implementation block 36 | @property (nonatomic,copy) NSString * glyphState; //@synthesize glyphState=_glyphState - In the implementation block 37 | @property (readonly) NSUInteger hash; 38 | @property (readonly) Class superclass; 39 | @property (copy,readonly) NSString * description; 40 | @property (copy,readonly) NSString * debugDescription; 41 | - (void)layoutSubviews; 42 | - (void)dealloc; 43 | - (CGSize)sizeThatFits:(CGSize)arg1; 44 | - (BOOL)gestureRecognizerShouldBegin:(id)arg1; 45 | - (BOOL)gestureRecognizer:(id)arg1 shouldRecognizeSimultaneouslyWithGestureRecognizer:(id)arg2; 46 | - (CGSize)intrinsicContentSize; 47 | - (CGFloat)_cornerRadius; 48 | - (void)_setCornerRadius:(CGFloat)arg1; 49 | - (void)_handlePressGesture:(id)arg1; 50 | - (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void*)arg4; 51 | - (UIColor *)highlightColor; 52 | - (void)setHighlightColor:(UIColor *)arg1; 53 | - (UIImage *)glyphImage; 54 | - (void)setGlyphImage:(UIImage *)arg1; 55 | - (void)_updateForStateChange; 56 | - (void)setGlyphImageView:(UIImageView *)arg1; 57 | - (UIImageView *)glyphImageView; 58 | - (id)initWithGlyphImage:(id)arg1 highlightColor:(id)arg2 useLightStyle:(BOOL)arg3; 59 | - (id)initWithGlyphPackageDescription:(id)arg1 highlightColor:(id)arg2 useLightStyle:(BOOL)arg3; 60 | - (void)setGlyphPackageDescription:(CCUICAPackageDescription *)arg1; 61 | - (void)setGlyphState:(NSString *)arg1; 62 | - (id)initWithGlyphImage:(id)arg1 highlightColor:(id)arg2; 63 | - (id)initWithGlyphPackageDescription:(id)arg1 highlightColor:(id)arg2; 64 | - (CCUICAPackageDescription *)glyphPackageDescription; 65 | - (NSString *)glyphState; 66 | - (void)_primaryActionPerformed:(id)arg1; 67 | - (id)initWithHighlightColor:(id)arg1 useLightStyle:(BOOL)arg2; 68 | - (UIView *)normalStateBackgroundView; 69 | - (void)setNormalStateBackgroundView:(UIView *)arg1; 70 | - (UIView *)selectedStateBackgroundView; 71 | - (void)setSelectedStateBackgroundView:(UIView *)arg1; 72 | - (UIImageView *)selectedGlyphView; 73 | - (void)setSelectedGlyphView:(UIImageView *)arg1; 74 | - (CCUICAPackageView *)glyphPackageView; 75 | - (void)setGlyphPackageView:(CCUICAPackageView *)arg1; 76 | @end 77 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUISliderModuleBackgroundViewController.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @class UIImageView, CCUICAPackageView; 12 | 13 | @interface CCUISliderModuleBackgroundViewController : UIViewController { 14 | 15 | UIImageView* _headerImageView; 16 | CCUICAPackageView* _packageView; 17 | 18 | } 19 | - (void)viewWillLayoutSubviews; 20 | - (void)viewDidLoad; 21 | - (void)setGlyphImage:(id)arg1; 22 | - (void)setGlyphPackageDescription:(id)arg1; 23 | - (void)setGlyphState:(id)arg1; 24 | @end 25 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIStatusUpdate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @class NSString; 11 | 12 | @interface CCUIStatusUpdate : NSObject { 13 | 14 | NSString* _message; 15 | NSUInteger _type; 16 | 17 | } 18 | 19 | @property (nonatomic,copy,readonly) NSString * message; //@synthesize message=_message - In the implementation block 20 | @property (nonatomic,readonly) NSUInteger type; //@synthesize type=_type - In the implementation block 21 | + (id)statusUpdateWithMessage:(id)arg1 type:(NSUInteger)arg2; 22 | - (NSUInteger)type; 23 | - (NSString *)message; 24 | - (id)_initWithMessage:(id)arg1 type:(NSUInteger)arg2; 25 | @end 26 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIToggleModule.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import "CCUIContentModule.h" 10 | #import "CCUIContentModuleContentViewController.h" 11 | 12 | @class UIViewController, CCUIToggleViewController, CCUIContentModuleContext, CCUICAPackageDescription, UIImage, UIColor, NSString; 13 | 14 | @interface CCUIToggleModule : NSObject { 15 | 16 | CCUIToggleViewController* _viewController; 17 | CCUIContentModuleContext* _contentModuleContext; 18 | CCUICAPackageDescription* _glyphPackageDescription; 19 | 20 | } 21 | 22 | @property (nonatomic,retain) CCUIContentModuleContext * contentModuleContext; //@synthesize contentModuleContext=_contentModuleContext - In the implementation block 23 | @property (assign,getter=isSelected,nonatomic) BOOL selected; 24 | @property (nonatomic,copy,readonly) UIImage * iconGlyph; 25 | @property (nonatomic,copy,readonly) UIImage * selectedIconGlyph; 26 | @property (nonatomic,copy,readonly) UIColor * selectedColor; 27 | @property (nonatomic,copy,readonly) CCUICAPackageDescription * glyphPackageDescription; //@synthesize glyphPackageDescription=_glyphPackageDescription - In the implementation block 28 | @property (nonatomic,copy,readonly) NSString * glyphState; 29 | @property (readonly) NSUInteger hash; 30 | @property (readonly) Class superclass; 31 | @property (copy,readonly) NSString * description; 32 | @property (copy,readonly) NSString * debugDescription; 33 | @property (nonatomic,readonly) UIViewController* contentViewController; 34 | @property (nonatomic,readonly) UIViewController * backgroundViewController; 35 | - (BOOL)isSelected; 36 | - (void)setSelected:(BOOL)arg1; 37 | - (UIViewController*)contentViewController; 38 | - (CCUICAPackageDescription *)glyphPackageDescription; 39 | - (NSString *)glyphState; 40 | - (void)reconfigureView; 41 | - (UIImage *)iconGlyph; 42 | - (UIImage *)selectedIconGlyph; 43 | - (id)glyphPackage; 44 | - (CCUIContentModuleContext *)contentModuleContext; 45 | - (void)setContentModuleContext:(CCUIContentModuleContext *)arg1; 46 | - (void)refreshState; 47 | - (UIColor *)selectedColor; 48 | @end 49 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/CCUIToggleViewController.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import "CCUIContentModuleContentViewController.h" 11 | 12 | @class UIImageView, UIImage, UIColor, CCUICAPackageDescription, NSString, CCUIToggleModule; 13 | 14 | @interface CCUIToggleViewController : CCUIButtonModuleViewController { 15 | 16 | UIImageView* _glyphImageView; 17 | UIImage* _glyphImage; 18 | UIImage* _selectedGlyphImage; 19 | UIColor* _selectedColor; 20 | CCUICAPackageDescription* _glyphPackageDescription; 21 | NSString* _glyphState; 22 | CCUIToggleModule* _module; 23 | 24 | } 25 | 26 | @property (nonatomic,weak) CCUIToggleModule * module; //@synthesize module=_module - In the implementation block 27 | @property (readonly) NSUInteger hash; 28 | @property (readonly) Class superclass; 29 | @property (copy,readonly) NSString * description; 30 | @property (copy,readonly) NSString * debugDescription; 31 | @property (nonatomic,readonly) CGFloat preferredExpandedContentHeight; 32 | @property (nonatomic,readonly) CGFloat preferredExpandedContentWidth; 33 | @property (nonatomic,readonly) BOOL providesOwnPlatter; 34 | - (CCUIToggleModule *)module; 35 | - (void)viewDidLoad; 36 | - (void)viewWillAppear:(BOOL)arg1; 37 | - (void)buttonTapped:(id)arg1 forEvent:(id)arg2; 38 | - (void)reconfigureView; 39 | - (void)setModule:(CCUIToggleModule *)arg1; 40 | - (CGFloat)preferredExpandedContentHeight; 41 | - (BOOL)shouldFinishTransitionToExpandedContentModule; 42 | - (void)refreshState; 43 | @end 44 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/ControlCenterUIKit-Structs.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/ControlCenterUIKit.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import 3 | #import 4 | #import 5 | #import 6 | #import 7 | #import 8 | #import 9 | #import 10 | #import 11 | #import 12 | #import 13 | #import 14 | #import 15 | #import 16 | #import 17 | #import 18 | #import 19 | #import 20 | #import 21 | #import 22 | #import 23 | #import 24 | #import 25 | #import 26 | #import 27 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/SBFButton.h: -------------------------------------------------------------------------------- 1 | @interface SBFButton : UIButton 2 | 3 | - (bool)_drawingAsSelected; 4 | - (void)_touchUpInside; 5 | - (void)_updateForStateChange; 6 | - (void)_updateSelected:(bool)arg1 highlighted:(bool)arg2; 7 | - (id)initWithFrame:(CGRect)arg1; 8 | - (void)setHighlighted:(bool)arg1; 9 | - (void)setSelected:(bool)arg1; 10 | 11 | @end 12 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/UIGestureRecognizerDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol UIGestureRecognizerDelegate 11 | @optional 12 | - (BOOL)gestureRecognizerShouldBegin:(id)arg1; 13 | - (BOOL)gestureRecognizer:(id)arg1 shouldRecognizeSimultaneouslyWithGestureRecognizer:(id)arg2; 14 | - (BOOL)gestureRecognizer:(id)arg1 shouldRequireFailureOfGestureRecognizer:(id)arg2; 15 | - (BOOL)gestureRecognizer:(id)arg1 shouldBeRequiredToFailByGestureRecognizer:(id)arg2; 16 | - (BOOL)gestureRecognizer:(id)arg1 shouldReceiveTouch:(id)arg2; 17 | - (BOOL)gestureRecognizer:(id)arg1 shouldReceivePress:(id)arg2; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/UIViewControllerAnimatedTransitioning.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol UIViewControllerAnimatedTransitioning 11 | @optional 12 | - (id)interruptibleAnimatorForTransition:(id)arg1; 13 | - (void)animationEnded:(BOOL)arg1; 14 | 15 | @required 16 | - (CGFloat)transitionDuration:(id)arg1; 17 | - (void)animateTransition:(id)arg1; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/UIViewControllerTransitioningDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol UIViewControllerTransitioningDelegate 11 | @optional 12 | - (id)presentationControllerForPresentedViewController:(id)arg1 presentingViewController:(id)arg2 sourceViewController:(id)arg3; 13 | - (id)animationControllerForPresentedController:(id)arg1 presentingController:(id)arg2 sourceController:(id)arg3; 14 | - (id)interactionControllerForPresentation:(id)arg1; 15 | - (id)animationControllerForDismissedController:(id)arg1; 16 | - (id)interactionControllerForDismissal:(id)arg1; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /Headers/ControlCenterUIKit/_UISettingsKeyObserver.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Wednesday, May 16, 2018 at 2:00:09 PM Central European Summer Time 4 | * Operating System: Version 11.1.2 (Build 15B202) 5 | * Image Source: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol _UISettingsKeyObserver 11 | @required 12 | - (void)settings:(id)arg1 changedValueForKey:(id)arg2; 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # CCSupportTemplates 2 | Templates and headers for module development 3 | 4 | (The module template is now included inside theos itself, the module **provider** template is not) 5 | -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- 1 | if [ ! -d "$THEOS/templates/ios/opa334" ]; then 2 | mkdir -p "$THEOS/templates/ios/opa334" 3 | fi 4 | 5 | if [ -f "$THEOS/templates/ios/opa334/control_center_module.nic.tar" ]; then 6 | echo "Removing legacy template..." 7 | rm $THEOS/templates/ios/opa334/control_center_module.nic.tar 8 | fi 9 | 10 | if [ ! -f "$THEOS/vendor/templates/iphone_control_center_module-11up.nic.tar" ]; then 11 | cp ./iphone_control_center_module-11up.nic.tar $THEOS/templates/ios/opa334 12 | fi 13 | 14 | cp ./iphone_ccsupport_module_provider-11up.nic.tar $THEOS/templates/ios/opa334 15 | 16 | cp -r ./Headers/ControlCenterUI $THEOS/include 17 | cp -r ./Headers/ControlCenterUIKit $THEOS/include 18 | cp -r ./Headers/ControlCenterServices $THEOS/include 19 | --------------------------------------------------------------------------------