├── .DS_Store
├── Extract
├── Extract
│ ├── Images.xcassets
│ │ └── AppIcon.appiconset
│ │ │ ├── Icon_16x16.png
│ │ │ ├── Icon_32x32.png
│ │ │ ├── Icon_128x128.png
│ │ │ ├── Icon_16x16@2x.png
│ │ │ ├── Icon_256x256.png
│ │ │ ├── Icon_32x32@2x.png
│ │ │ ├── Icon_512x512.png
│ │ │ ├── Icon_128x128@2x.png
│ │ │ ├── Icon_256x256@2x.png
│ │ │ ├── Icon_512x512@2x.png
│ │ │ └── Contents.json
│ ├── CoreUI.framework
│ │ ├── CUIPSDLayerGroupEnd.h
│ │ ├── _CUIMacOSThemeSchema.h
│ │ ├── CUIPSDLayerGroupStart.h
│ │ ├── CUIPSLayerEffectsPreset.h
│ │ ├── CUIThemeSchemaPSDLayerGroup.h
│ │ ├── CUIThemeSchemaPSDLayer.h
│ │ ├── CUISystemCatalog.h
│ │ ├── _CUIPSDStopAndMidpointPair.h
│ │ ├── CUIPSDGradientLayer.h
│ │ ├── CUIPSDImageLayer.h
│ │ ├── _CUIPSDSublayerInfo.h
│ │ ├── CUIThemeSchemaPSDRenditionLayer.h
│ │ ├── CUIThemeDataEffectPreset.h
│ │ ├── _SchemaRenditionTuple.h
│ │ ├── CUIPSDGradientStop.h
│ │ ├── CUIPSDLayer.h
│ │ ├── CUIPSDLayerEffectGradientOverlay.h
│ │ ├── CUIPSDGradientOpacityStop.h
│ │ ├── CUIImage.h
│ │ ├── CUIPattern.h
│ │ ├── CUIColor.h
│ │ ├── CUIPSDLayerGroupRef.h
│ │ ├── _CUIThemeFacetCacheKey.h
│ │ ├── CUIPSDLayerEffects.h
│ │ ├── CUIPSDGradientDoubleOpacityStop.h
│ │ ├── CUIPSDLayerRef.h
│ │ ├── CUINamedData.h
│ │ ├── CUIPSDLayerMaskRef.h
│ │ ├── CUIPSDLayerEffectColorOverlay.h
│ │ ├── CUIMutableCatalog.h
│ │ ├── CUIPSDLayerEffectComponent.h
│ │ ├── CUIThemeSchemaEffectRendition.h
│ │ ├── _CUIRawDataRendition.h
│ │ ├── CUIMutableThemeRendition.h
│ │ ├── _CUIPDFRendition.h
│ │ ├── _CUIThemeEffectRendition.h
│ │ ├── _CUINineImagePieces.h
│ │ ├── CUIPSDLayerEffectInnerGlow.h
│ │ ├── CUIPSDGradientColorStop.h
│ │ ├── CSIHelper.h
│ │ ├── CUIPSDGradient.h
│ │ ├── CUIThemeSchemaLayer.h
│ │ ├── CUIStyleEffectConfiguration.h
│ │ ├── CUIPSDLayerEffectOuterGlow.h
│ │ ├── _CUIKeyTestOrganizer.h
│ │ ├── CSIBitmapWrapper.h
│ │ ├── CUIPSDGradientDoubleColorStop.h
│ │ ├── CUIPSDLayerEffectInnerShadow.h
│ │ ├── CUIPSDLayoutMetricsChannel.h
│ │ ├── _CUIRawPixelRendition.h
│ │ ├── CUIPSDLayerEffectDropShadow.h
│ │ ├── CUIMutableStructuredThemeStore.h
│ │ ├── CoreUI.h
│ │ ├── _CSIRenditionBlockData.h
│ │ ├── CUINamedImage.h
│ │ ├── CUIThemeSchemaRenditionGroup.h
│ │ ├── _CUIThemePixelRendition.h
│ │ ├── CUIRenditionSliceInformation.h
│ │ ├── CUIPSDLayerEffectBevelEmboss.h
│ │ ├── _CUIThemeGradientRendition.h
│ │ ├── CUIMutableCommonAssetStorage.h
│ │ ├── CUIMutablePSDImageRef.h
│ │ ├── CUINamedImageDescription.h
│ │ ├── CUIPSDGradientEvaluator.h
│ │ ├── CUIRenditionMetrics.h
│ │ ├── CUIThemeGradient.h
│ │ ├── CUITextEffectStack.h
│ │ ├── CUIPSDLayerBaseRef.h
│ │ ├── CUIRenditionKey.h
│ │ ├── CUICommonAssetStorage.h
│ │ ├── CUIThemeSchemaRendition.h
│ │ └── CUIThemeRendition.h
│ ├── AppDelegate.h
│ ├── main.m
│ ├── CARExportor.h
│ ├── ViewController.h
│ ├── DragDropView.h
│ ├── AppDelegate.m
│ ├── ExportAppImage.h
│ ├── minizip
│ │ └── mztools.h
│ ├── Info.plist
│ └── DragDropView.m
├── CoreUI.framework
│ ├── CUIPSDLayerGroupEnd.h
│ ├── _CUIMacOSThemeSchema.h
│ ├── CUIPSDLayerGroupStart.h
│ ├── CUIPSLayerEffectsPreset.h
│ ├── CUIThemeSchemaPSDLayerGroup.h
│ ├── CUIThemeSchemaPSDLayer.h
│ ├── CUISystemCatalog.h
│ ├── CUIPSDGradientLayer.h
│ ├── _CUIPSDStopAndMidpointPair.h
│ ├── CUIPSDImageLayer.h
│ ├── _CUIPSDSublayerInfo.h
│ ├── CUIThemeSchemaPSDRenditionLayer.h
│ ├── CUIThemeDataEffectPreset.h
│ ├── _SchemaRenditionTuple.h
│ ├── CUIPSDGradientStop.h
│ ├── CUIPSDLayer.h
│ ├── CUIPSDLayerEffectGradientOverlay.h
│ ├── CUIPSDGradientOpacityStop.h
│ ├── CUIImage.h
│ ├── CUIPattern.h
│ ├── CUIColor.h
│ ├── CUIPSDLayerGroupRef.h
│ ├── _CUIThemeFacetCacheKey.h
│ ├── CUIPSDGradientDoubleOpacityStop.h
│ ├── CUIPSDLayerEffects.h
│ ├── CUIPSDLayerRef.h
│ ├── CUINamedData.h
│ ├── CUIPSDLayerMaskRef.h
│ ├── CUIPSDLayerEffectColorOverlay.h
│ ├── CUIMutableCatalog.h
│ ├── CUIPSDLayerEffectComponent.h
│ ├── CUIThemeSchemaEffectRendition.h
│ ├── _CUIRawDataRendition.h
│ ├── _CUIPDFRendition.h
│ ├── CUIMutableThemeRendition.h
│ ├── _CUINineImagePieces.h
│ ├── _CUIThemeEffectRendition.h
│ ├── CUIPSDLayerEffectInnerGlow.h
│ ├── CUIPSDGradientColorStop.h
│ ├── CSIHelper.h
│ ├── CUIPSDGradient.h
│ ├── CUIThemeSchemaLayer.h
│ ├── CUIStyleEffectConfiguration.h
│ ├── CUIPSDLayerEffectOuterGlow.h
│ ├── _CUIKeyTestOrganizer.h
│ ├── CSIBitmapWrapper.h
│ ├── CUIPSDGradientDoubleColorStop.h
│ ├── CUIPSDLayerEffectInnerShadow.h
│ ├── CUIPSDLayoutMetricsChannel.h
│ ├── _CUIRawPixelRendition.h
│ ├── CUIPSDLayerEffectDropShadow.h
│ ├── CUIMutableStructuredThemeStore.h
│ ├── CoreUI.h
│ ├── _CSIRenditionBlockData.h
│ ├── CUIThemeSchemaRenditionGroup.h
│ ├── _CUIThemePixelRendition.h
│ ├── CUIRenditionSliceInformation.h
│ ├── CUIPSDLayerEffectBevelEmboss.h
│ ├── _CUIThemeGradientRendition.h
│ ├── CUIMutableCommonAssetStorage.h
│ ├── CUIMutablePSDImageRef.h
│ ├── CUINamedImageDescription.h
│ ├── CUIPSDGradientEvaluator.h
│ ├── CUINamedImage.h
│ ├── CUIRenditionMetrics.h
│ ├── CUIThemeGradient.h
│ ├── CUITextEffectStack.h
│ ├── CUIPSDLayerBaseRef.h
│ ├── CUIRenditionKey.h
│ ├── CUICommonAssetStorage.h
│ ├── CUIThemeSchemaRendition.h
│ ├── CUIThemeRendition.h
│ └── CUIStructuredThemeStore.h
├── Extract.xcodeproj
│ └── project.xcworkspace
│ │ └── contents.xcworkspacedata
└── ExtractTests
│ ├── Info.plist
│ └── ExtractTests.m
├── README.md
├── .gitignore
└── LICENSE
/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mark-SS/iOS-Extract/HEAD/.DS_Store
--------------------------------------------------------------------------------
/Extract/Extract/Images.xcassets/AppIcon.appiconset/Icon_16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mark-SS/iOS-Extract/HEAD/Extract/Extract/Images.xcassets/AppIcon.appiconset/Icon_16x16.png
--------------------------------------------------------------------------------
/Extract/Extract/Images.xcassets/AppIcon.appiconset/Icon_32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mark-SS/iOS-Extract/HEAD/Extract/Extract/Images.xcassets/AppIcon.appiconset/Icon_32x32.png
--------------------------------------------------------------------------------
/Extract/Extract/Images.xcassets/AppIcon.appiconset/Icon_128x128.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mark-SS/iOS-Extract/HEAD/Extract/Extract/Images.xcassets/AppIcon.appiconset/Icon_128x128.png
--------------------------------------------------------------------------------
/Extract/Extract/Images.xcassets/AppIcon.appiconset/Icon_16x16@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mark-SS/iOS-Extract/HEAD/Extract/Extract/Images.xcassets/AppIcon.appiconset/Icon_16x16@2x.png
--------------------------------------------------------------------------------
/Extract/Extract/Images.xcassets/AppIcon.appiconset/Icon_256x256.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mark-SS/iOS-Extract/HEAD/Extract/Extract/Images.xcassets/AppIcon.appiconset/Icon_256x256.png
--------------------------------------------------------------------------------
/Extract/Extract/Images.xcassets/AppIcon.appiconset/Icon_32x32@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mark-SS/iOS-Extract/HEAD/Extract/Extract/Images.xcassets/AppIcon.appiconset/Icon_32x32@2x.png
--------------------------------------------------------------------------------
/Extract/Extract/Images.xcassets/AppIcon.appiconset/Icon_512x512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mark-SS/iOS-Extract/HEAD/Extract/Extract/Images.xcassets/AppIcon.appiconset/Icon_512x512.png
--------------------------------------------------------------------------------
/Extract/Extract/Images.xcassets/AppIcon.appiconset/Icon_128x128@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mark-SS/iOS-Extract/HEAD/Extract/Extract/Images.xcassets/AppIcon.appiconset/Icon_128x128@2x.png
--------------------------------------------------------------------------------
/Extract/Extract/Images.xcassets/AppIcon.appiconset/Icon_256x256@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mark-SS/iOS-Extract/HEAD/Extract/Extract/Images.xcassets/AppIcon.appiconset/Icon_256x256@2x.png
--------------------------------------------------------------------------------
/Extract/Extract/Images.xcassets/AppIcon.appiconset/Icon_512x512@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mark-SS/iOS-Extract/HEAD/Extract/Extract/Images.xcassets/AppIcon.appiconset/Icon_512x512@2x.png
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDLayerGroupEnd.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIPSDLayerGroupEnd : CUIPSDLayer {
6 | }
7 |
8 | @end
9 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/_CUIMacOSThemeSchema.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface _CUIMacOSThemeSchema : CUIThemeSchema {
6 | }
7 |
8 | @end
9 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDLayerGroupEnd.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIPSDLayerGroupEnd : CUIPSDLayer {
6 | }
7 |
8 | @end
9 |
--------------------------------------------------------------------------------
/Extract/Extract.xcodeproj/project.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/_CUIMacOSThemeSchema.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface _CUIMacOSThemeSchema : CUIThemeSchema {
6 | }
7 |
8 | @end
9 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # iOS-Extract
2 | 导出ipa的图片, OS X 10.10以上 [iOS-extract.zip](http://7xi5jw.com1.z0.glb.clouddn.com/iOS-Extract.zip)
3 |
4 | 
5 | 
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDLayerGroupStart.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIPSDLayerGroupStart : CUIPSDLayer {
6 | }
7 |
8 | - (void)setName:(id)arg1;
9 |
10 | @end
11 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDLayerGroupStart.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIPSDLayerGroupStart : CUIPSDLayer {
6 | }
7 |
8 | - (void)setName:(id)arg1;
9 |
10 | @end
11 |
--------------------------------------------------------------------------------
/Extract/Extract/AppDelegate.h:
--------------------------------------------------------------------------------
1 | //
2 | // AppDelegate.h
3 | // Extract
4 | //
5 | // Created by markss on 15/3/5.
6 | // Copyright (c) 2015年 GL. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface AppDelegate : NSObject
12 |
13 |
14 | @end
15 |
16 |
--------------------------------------------------------------------------------
/Extract/Extract/main.m:
--------------------------------------------------------------------------------
1 | //
2 | // main.m
3 | // Extract
4 | //
5 | // Created by markss on 15/3/5.
6 | // Copyright (c) 2015年 GL. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | int main(int argc, const char * argv[]) {
12 | return NSApplicationMain(argc, argv);
13 | }
14 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSLayerEffectsPreset.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIPSLayerEffectsPreset : CUIShapeEffectPreset {
6 | }
7 |
8 | - (id)initWithLayerEffects:(id)arg1 forScaleFactor:(double)arg2;
9 |
10 | @end
11 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSLayerEffectsPreset.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIPSLayerEffectsPreset : CUIShapeEffectPreset {
6 | }
7 |
8 | - (id)initWithLayerEffects:(id)arg1 forScaleFactor:(double)arg2;
9 |
10 | @end
11 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIThemeSchemaPSDLayerGroup.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIThemeSchemaPSDLayerGroup : CUIThemeSchemaPSDLayer {
6 | boolisStart;
7 | }
8 |
9 | @property bool isStart;
10 |
11 | - (bool)isStart;
12 | - (void)setIsStart:(bool)arg1;
13 |
14 | @end
15 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIThemeSchemaPSDLayerGroup.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIThemeSchemaPSDLayerGroup : CUIThemeSchemaPSDLayer {
6 | boolisStart;
7 | }
8 |
9 | @property bool isStart;
10 |
11 | - (bool)isStart;
12 | - (void)setIsStart:(bool)arg1;
13 |
14 | @end
15 |
--------------------------------------------------------------------------------
/Extract/Extract/CARExportor.h:
--------------------------------------------------------------------------------
1 | //
2 | // CARExportor.h
3 | // Extract
4 | //
5 | // Created by markss on 15/3/5.
6 | // Copyright (c) 2015年 GL. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface CARExportor : NSObject
12 |
13 | + (void)exportCarFileAtPath:(NSString *)carPath outputDirectoryPath:(NSString *)outputDirectoryPath;
14 |
15 | @end
16 |
--------------------------------------------------------------------------------
/Extract/Extract/ViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // ViewController.h
3 | // Extract
4 | //
5 | // Created by markss on 15/3/5.
6 | // Copyright (c) 2015年 GL. All rights reserved.
7 | //
8 |
9 | #import
10 | #import "DragDropView.h"
11 | #import "ZipArchive.h"
12 |
13 | @interface ViewController : NSViewController
14 |
15 |
16 | @end
17 |
18 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIThemeSchemaPSDLayer.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSString;
6 |
7 | @interface CUIThemeSchemaPSDLayer : NSObject {
8 | NSString *name;
9 | }
10 |
11 | @property(retain) NSString * name;
12 |
13 | - (void)dealloc;
14 | - (id)name;
15 | - (void)setName:(id)arg1;
16 |
17 | @end
18 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIThemeSchemaPSDLayer.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSString;
6 |
7 | @interface CUIThemeSchemaPSDLayer : NSObject {
8 | NSString *name;
9 | }
10 |
11 | @property(retain) NSString * name;
12 |
13 | - (void)dealloc;
14 | - (id)name;
15 | - (void)setName:(id)arg1;
16 |
17 | @end
18 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUISystemCatalog.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUISystemCatalog : CUICatalog {
6 | }
7 |
8 | - (bool)hasStylePresetWithName:(id)arg1 styleConfiguration:(id)arg2;
9 | - (bool)hasStylePresetWithName:(id)arg1;
10 | - (id)newShapeEffectPresetForStylePresetName:(id)arg1 styleConfiguration:(id)arg2;
11 |
12 | @end
13 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDGradientLayer.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIPSDGradient;
6 |
7 | @interface CUIPSDGradientLayer : CUIPSDLayer {
8 | CUIPSDGradient *_gradient;
9 | }
10 |
11 | @property(readonly) CUIPSDGradient * gradient;
12 |
13 | - (void)dealloc;
14 | - (id)gradient;
15 | - (id)initWithGradient:(id)arg1;
16 |
17 | @end
18 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/_CUIPSDStopAndMidpointPair.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface _CUIPSDStopAndMidpointPair : NSObject {
6 | double midpoint;
7 | id stop;
8 | }
9 |
10 | - (long long)compare:(id)arg1;
11 | - (void)dealloc;
12 | - (id)initWithStop:(id)arg1 midpoint:(id)arg2;
13 | - (double)midpoint;
14 | - (id)stop;
15 |
16 | @end
17 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUISystemCatalog.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUISystemCatalog : CUICatalog {
6 | }
7 |
8 | - (bool)hasStylePresetWithName:(id)arg1 styleConfiguration:(id)arg2;
9 | - (bool)hasStylePresetWithName:(id)arg1;
10 | - (id)newShapeEffectPresetForStylePresetName:(id)arg1 styleConfiguration:(id)arg2;
11 |
12 | @end
13 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/_CUIPSDStopAndMidpointPair.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface _CUIPSDStopAndMidpointPair : NSObject {
6 | double midpoint;
7 | id stop;
8 | }
9 |
10 | - (long long)compare:(id)arg1;
11 | - (void)dealloc;
12 | - (id)initWithStop:(id)arg1 midpoint:(id)arg2;
13 | - (double)midpoint;
14 | - (id)stop;
15 |
16 | @end
17 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDGradientLayer.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIPSDGradient;
6 |
7 | @interface CUIPSDGradientLayer : CUIPSDLayer {
8 | CUIPSDGradient *_gradient;
9 | }
10 |
11 | @property(readonly) CUIPSDGradient * gradient;
12 |
13 | - (void)dealloc;
14 | - (id)gradient;
15 | - (id)initWithGradient:(id)arg1;
16 |
17 | @end
18 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDImageLayer.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIImage;
6 |
7 | @interface CUIPSDImageLayer : CUIPSDLayer {
8 | CUIImage *_image;
9 | }
10 |
11 | @property(readonly) struct CGImage { }* cgImageRef;
12 |
13 | - (struct CGImage { }*)cgImageRef;
14 | - (void)dealloc;
15 | - (id)initWithCGImageRef:(struct CGImage { }*)arg1;
16 |
17 | @end
18 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/_CUIPSDSublayerInfo.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface _CUIPSDSublayerInfo : NSObject {
6 | unsigned int _numOfSublayers;
7 | }
8 |
9 | + (id)newWithSublayerCount:(unsigned int)arg1 indexSet:(id)arg2;
10 |
11 | - (unsigned int)numberOfSublayers;
12 | - (unsigned int)sublayerAtIndex:(unsigned int)arg1 isValid:(bool*)arg2;
13 |
14 | @end
15 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDImageLayer.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIImage;
6 |
7 | @interface CUIPSDImageLayer : CUIPSDLayer {
8 | CUIImage *_image;
9 | }
10 |
11 | @property(readonly) struct CGImage { }* cgImageRef;
12 |
13 | - (struct CGImage { }*)cgImageRef;
14 | - (void)dealloc;
15 | - (id)initWithCGImageRef:(struct CGImage { }*)arg1;
16 |
17 | @end
18 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/_CUIPSDSublayerInfo.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface _CUIPSDSublayerInfo : NSObject {
6 | unsigned int _numOfSublayers;
7 | }
8 |
9 | + (id)newWithSublayerCount:(unsigned int)arg1 indexSet:(id)arg2;
10 |
11 | - (unsigned int)numberOfSublayers;
12 | - (unsigned int)sublayerAtIndex:(unsigned int)arg1 isValid:(bool*)arg2;
13 |
14 | @end
15 |
--------------------------------------------------------------------------------
/Extract/Extract/DragDropView.h:
--------------------------------------------------------------------------------
1 | //
2 | // DragDropView.h
3 | // Extract
4 | //
5 | // Created by markss on 15/3/5.
6 | // Copyright (c) 2015年 GL. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @protocol DragDropViewDelegate;
12 |
13 | @interface DragDropView : NSView
14 | @property (assign) IBOutlet id delegate;
15 | @end
16 |
17 | @protocol DragDropViewDelegate
18 | -(void)dragDropViewFileList:(NSArray*)fileList;
19 | @end
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIThemeSchemaPSDRenditionLayer.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIThemeSchemaRendition;
6 |
7 | @interface CUIThemeSchemaPSDRenditionLayer : CUIThemeSchemaPSDLayer {
8 | CUIThemeSchemaRendition *rendition;
9 | }
10 |
11 | @property(retain) CUIThemeSchemaRendition * rendition;
12 |
13 | - (void)dealloc;
14 | - (id)rendition;
15 | - (void)setRendition:(id)arg1;
16 |
17 | @end
18 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIThemeSchemaPSDRenditionLayer.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIThemeSchemaRendition;
6 |
7 | @interface CUIThemeSchemaPSDRenditionLayer : CUIThemeSchemaPSDLayer {
8 | CUIThemeSchemaRendition *rendition;
9 | }
10 |
11 | @property(retain) CUIThemeSchemaRendition * rendition;
12 |
13 | - (void)dealloc;
14 | - (id)rendition;
15 | - (void)setRendition:(id)arg1;
16 |
17 | @end
18 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIThemeDataEffectPreset.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIThemeDataEffectPreset : CUIShapeEffectPreset {
6 | }
7 |
8 | - (id)description;
9 | - (id)initWithEffectData:(const struct _cuieffectdata { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; struct _cuieffectlist { unsigned int x_5_1_1; unsigned int x_5_1_2[0]; } x5; }*)arg1 forScaleFactor:(double)arg2;
10 |
11 | @end
12 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIThemeDataEffectPreset.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIThemeDataEffectPreset : CUIShapeEffectPreset {
6 | }
7 |
8 | - (id)description;
9 | - (id)initWithEffectData:(const struct _cuieffectdata { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; struct _cuieffectlist { unsigned int x_5_1_1; unsigned int x_5_1_2[0]; } x5; }*)arg1 forScaleFactor:(double)arg2;
10 |
11 | @end
12 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/_SchemaRenditionTuple.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSMutableDictionary;
6 |
7 | @interface _SchemaRenditionTuple : NSObject {
8 | struct _renditionkeytoken {
9 | unsigned short identifier;
10 | unsigned short value;
11 | NSMutableDictionary *info;
12 | } key[16];
13 | }
14 |
15 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
16 | - (void)dealloc;
17 | - (id)description;
18 | - (id)init;
19 |
20 | @end
21 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/_SchemaRenditionTuple.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSMutableDictionary;
6 |
7 | @interface _SchemaRenditionTuple : NSObject {
8 | struct _renditionkeytoken {
9 | unsigned short identifier;
10 | unsigned short value;
11 | NSMutableDictionary *info;
12 | } key[16];
13 | }
14 |
15 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
16 | - (void)dealloc;
17 | - (id)description;
18 | - (id)init;
19 |
20 | @end
21 |
--------------------------------------------------------------------------------
/Extract/Extract/AppDelegate.m:
--------------------------------------------------------------------------------
1 | //
2 | // AppDelegate.m
3 | // Extract
4 | //
5 | // Created by markss on 15/3/5.
6 | // Copyright (c) 2015年 GL. All rights reserved.
7 | //
8 |
9 | #import "AppDelegate.h"
10 |
11 | @interface AppDelegate ()
12 |
13 | @end
14 |
15 | @implementation AppDelegate
16 |
17 | - (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
18 | // Insert code here to initialize your application
19 | }
20 |
21 | - (void)applicationWillTerminate:(NSNotification *)aNotification {
22 | // Insert code here to tear down your application
23 | }
24 |
25 | @end
26 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | # Xcode
2 | #
3 | build/
4 | *.pbxuser
5 | !default.pbxuser
6 | *.mode1v3
7 | !default.mode1v3
8 | *.mode2v3
9 | !default.mode2v3
10 | *.perspectivev3
11 | !default.perspectivev3
12 | xcuserdata
13 | *.xccheckout
14 | *.moved-aside
15 | DerivedData
16 | *.hmap
17 | *.ipa
18 | *.xcuserstate
19 |
20 | # CocoaPods
21 | #
22 | # We recommend against adding the Pods directory to your .gitignore. However
23 | # you should judge for yourself, the pros and cons are mentioned at:
24 | # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
25 | #
26 | # Pods/
27 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDGradientStop.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIPSDGradientStop : NSObject {
6 | double location;
7 | }
8 |
9 | + (void)initialize;
10 |
11 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
12 | - (void)encodeWithCoder:(id)arg1;
13 | - (id)initWithCoder:(id)arg1;
14 | - (id)initWithLocation:(double)arg1;
15 | - (bool)isColorStop;
16 | - (bool)isDoubleStop;
17 | - (bool)isOpacityStop;
18 | - (double)location;
19 | - (void)setLocation:(double)arg1;
20 |
21 | @end
22 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDGradientStop.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIPSDGradientStop : NSObject {
6 | double location;
7 | }
8 |
9 | + (void)initialize;
10 |
11 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
12 | - (void)encodeWithCoder:(id)arg1;
13 | - (id)initWithCoder:(id)arg1;
14 | - (id)initWithLocation:(double)arg1;
15 | - (bool)isColorStop;
16 | - (bool)isDoubleStop;
17 | - (bool)isOpacityStop;
18 | - (double)location;
19 | - (void)setLocation:(double)arg1;
20 |
21 | @end
22 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDLayer.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSString;
6 |
7 | @interface CUIPSDLayer : NSObject {
8 | int _blendMode;
9 | NSString *_name;
10 | double _opacity;
11 | }
12 |
13 | @property int blendMode;
14 | @property(retain) NSString * name;
15 | @property double opacity;
16 |
17 | - (int)blendMode;
18 | - (void)dealloc;
19 | - (id)init;
20 | - (id)name;
21 | - (double)opacity;
22 | - (void)setBlendMode:(int)arg1;
23 | - (void)setName:(id)arg1;
24 | - (void)setOpacity:(double)arg1;
25 |
26 | @end
27 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDLayer.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSString;
6 |
7 | @interface CUIPSDLayer : NSObject {
8 | int _blendMode;
9 | NSString *_name;
10 | double _opacity;
11 | }
12 |
13 | @property int blendMode;
14 | @property(retain) NSString * name;
15 | @property double opacity;
16 |
17 | - (int)blendMode;
18 | - (void)dealloc;
19 | - (id)init;
20 | - (id)name;
21 | - (double)opacity;
22 | - (void)setBlendMode:(int)arg1;
23 | - (void)setName:(id)arg1;
24 | - (void)setOpacity:(double)arg1;
25 |
26 | @end
27 |
--------------------------------------------------------------------------------
/Extract/Extract/ExportAppImage.h:
--------------------------------------------------------------------------------
1 | //
2 | // ExportAppImage.h
3 | // Extract
4 | //
5 | // Created by markss on 15/3/5.
6 | // Copyright (c) 2015年 GL. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface ExportAppImage : NSObject
12 |
13 | + (NSInteger)exportPath:(NSString *)path
14 | outputPath:(NSString *)outputDirectoryPath
15 | group:(BOOL)group
16 | exportPDF:(BOOL)exportPDF
17 | exportPNG:(BOOL)exportPNG
18 | exportCAR:(BOOL)exportCAR
19 | callback:(void(^)(CGFloat percent, BOOL isStop))callback ;
20 |
21 | @end
22 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDLayerEffectGradientOverlay.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIPSDGradient;
6 |
7 | @interface CUIPSDLayerEffectGradientOverlay : CUIPSDLayerEffectComponent {
8 | CUIPSDGradient *_gradient;
9 | }
10 |
11 | @property(retain) CUIPSDGradient * gradient;
12 |
13 | - (void)dealloc;
14 | - (unsigned int)effectType;
15 | - (id)gradient;
16 | - (id)init;
17 | - (id)initWithEffectFromPreset:(id)arg1 atIndex:(unsigned int)arg2;
18 | - (void)setGradient:(id)arg1;
19 | - (bool)updateLayerEffectPreset:(id)arg1 error:(id*)arg2;
20 |
21 | @end
22 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDLayerEffectGradientOverlay.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIPSDGradient;
6 |
7 | @interface CUIPSDLayerEffectGradientOverlay : CUIPSDLayerEffectComponent {
8 | CUIPSDGradient *_gradient;
9 | }
10 |
11 | @property(retain) CUIPSDGradient * gradient;
12 |
13 | - (void)dealloc;
14 | - (unsigned int)effectType;
15 | - (id)gradient;
16 | - (id)init;
17 | - (id)initWithEffectFromPreset:(id)arg1 atIndex:(unsigned int)arg2;
18 | - (void)setGradient:(id)arg1;
19 | - (bool)updateLayerEffectPreset:(id)arg1 error:(id*)arg2;
20 |
21 | @end
22 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDGradientOpacityStop.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIPSDGradientOpacityStop : CUIPSDGradientStop {
6 | double opacity;
7 | }
8 |
9 | + (void)initialize;
10 | + (id)opacityStopWithLocation:(double)arg1 opacity:(double)arg2;
11 |
12 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
13 | - (id)description;
14 | - (void)encodeWithCoder:(id)arg1;
15 | - (id)initWithCoder:(id)arg1;
16 | - (id)initWithLocation:(double)arg1 opacity:(double)arg2;
17 | - (bool)isOpacityStop;
18 | - (double)opacity;
19 | - (double)opacityLocation;
20 |
21 | @end
22 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDGradientOpacityStop.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIPSDGradientOpacityStop : CUIPSDGradientStop {
6 | double opacity;
7 | }
8 |
9 | + (void)initialize;
10 | + (id)opacityStopWithLocation:(double)arg1 opacity:(double)arg2;
11 |
12 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
13 | - (id)description;
14 | - (void)encodeWithCoder:(id)arg1;
15 | - (id)initWithCoder:(id)arg1;
16 | - (id)initWithLocation:(double)arg1 opacity:(double)arg2;
17 | - (bool)isOpacityStop;
18 | - (double)opacity;
19 | - (double)opacityLocation;
20 |
21 | @end
22 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIImage.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIImage : NSObject {
6 | struct CGImage { } *_cgImage;
7 | }
8 |
9 | @property(readonly) struct CGImage { }* image;
10 | @property(readonly) struct CGSize { double x1; double x2; } size;
11 |
12 | + (id)imageWithCGImage:(struct CGImage { }*)arg1;
13 |
14 | - (struct CGImage { }*)cgImage;
15 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
16 | - (void)dealloc;
17 | - (struct CGImage { }*)image;
18 | - (id)initWithCGImage:(struct CGImage { }*)arg1;
19 | - (struct CGSize { double x1; double x2; })size;
20 |
21 | @end
22 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPattern.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIPattern : NSObject {
6 | double _alpha;
7 | struct CGPattern { } *_pattern;
8 | struct CGImage { } *_patternImage;
9 | }
10 |
11 | @property double alpha;
12 |
13 | - (struct CGPattern { }*)_newPattern;
14 | - (double)alpha;
15 | - (void)dealloc;
16 | - (id)description;
17 | - (id)initWithImageRef:(struct CGImage { }*)arg1;
18 | - (struct CGPattern { }*)pattern;
19 | - (struct CGImage { }*)patternImageRef;
20 | - (void)setAlpha:(double)arg1;
21 | - (void)setPatternInContext:(struct CGContext { }*)arg1;
22 |
23 | @end
24 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIColor.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIColor : NSObject {
6 | struct CGColor { } *_cgColor;
7 | }
8 |
9 | @property(readonly) struct CGColor { }* CGColor;
10 |
11 | + (id)colorWithCGColor:(struct CGColor { }*)arg1;
12 | + (id)colorWithCIColor:(id)arg1;
13 |
14 | - (struct CGColor { }*)CGColor;
15 | - (id)colorUsingCGColorSpace:(struct CGColorSpace { }*)arg1;
16 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
17 | - (void)dealloc;
18 | - (id)description;
19 | - (id)initWithCGColor:(struct CGColor { }*)arg1;
20 | - (id)initWithCIColor:(id)arg1;
21 |
22 | @end
23 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDLayerGroupRef.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class _CUIPSDSublayerInfo;
6 |
7 | @interface CUIPSDLayerGroupRef : CUIPSDLayerBaseRef {
8 | _CUIPSDSublayerInfo *_sublayerInfo;
9 | }
10 |
11 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })bounds;
12 | - (void)dealloc;
13 | - (id)initWithImageRef:(id)arg1 layerIndex:(unsigned int)arg2;
14 | - (bool)isLayerGroup;
15 | - (bool)isOpen;
16 | - (id)layerNames;
17 | - (id)layerRefAtIndex:(unsigned int)arg1;
18 | - (unsigned int)numberOfLayers;
19 |
20 | @end
21 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIImage.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIImage : NSObject {
6 | struct CGImage { } *_cgImage;
7 | }
8 |
9 | @property(readonly) struct CGImage { }* image;
10 | @property(readonly) struct CGSize { double x1; double x2; } size;
11 |
12 | + (id)imageWithCGImage:(struct CGImage { }*)arg1;
13 |
14 | - (struct CGImage { }*)cgImage;
15 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
16 | - (void)dealloc;
17 | - (struct CGImage { }*)image;
18 | - (id)initWithCGImage:(struct CGImage { }*)arg1;
19 | - (struct CGSize { double x1; double x2; })size;
20 |
21 | @end
22 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPattern.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIPattern : NSObject {
6 | double _alpha;
7 | struct CGPattern { } *_pattern;
8 | struct CGImage { } *_patternImage;
9 | }
10 |
11 | @property double alpha;
12 |
13 | - (struct CGPattern { }*)_newPattern;
14 | - (double)alpha;
15 | - (void)dealloc;
16 | - (id)description;
17 | - (id)initWithImageRef:(struct CGImage { }*)arg1;
18 | - (struct CGPattern { }*)pattern;
19 | - (struct CGImage { }*)patternImageRef;
20 | - (void)setAlpha:(double)arg1;
21 | - (void)setPatternInContext:(struct CGContext { }*)arg1;
22 |
23 | @end
24 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIColor.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIColor : NSObject {
6 | struct CGColor { } *_cgColor;
7 | }
8 |
9 | @property(readonly) struct CGColor { }* CGColor;
10 |
11 | + (id)colorWithCGColor:(struct CGColor { }*)arg1;
12 | + (id)colorWithCIColor:(id)arg1;
13 |
14 | - (struct CGColor { }*)CGColor;
15 | - (id)colorUsingCGColorSpace:(struct CGColorSpace { }*)arg1;
16 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
17 | - (void)dealloc;
18 | - (id)description;
19 | - (id)initWithCGColor:(struct CGColor { }*)arg1;
20 | - (id)initWithCIColor:(id)arg1;
21 |
22 | @end
23 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDLayerGroupRef.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class _CUIPSDSublayerInfo;
6 |
7 | @interface CUIPSDLayerGroupRef : CUIPSDLayerBaseRef {
8 | _CUIPSDSublayerInfo *_sublayerInfo;
9 | }
10 |
11 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })bounds;
12 | - (void)dealloc;
13 | - (id)initWithImageRef:(id)arg1 layerIndex:(unsigned int)arg2;
14 | - (bool)isLayerGroup;
15 | - (bool)isOpen;
16 | - (id)layerNames;
17 | - (id)layerRefAtIndex:(unsigned int)arg1;
18 | - (unsigned int)numberOfLayers;
19 |
20 | @end
21 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/_CUIThemeFacetCacheKey.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface _CUIThemeFacetCacheKey : NSObject {
6 | struct _renditionkeytoken {
7 | unsigned short identifier;
8 | unsigned short value;
9 | unsigned long long hashPrecalc;
10 | } keyList[16];
11 | long long themeIndex;
12 | }
13 |
14 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
15 | - (unsigned long long)hash64;
16 | - (unsigned long long)hash;
17 | - (id)initWithKeyList:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1 themeIndex:(long long)arg2;
18 | - (bool)isEqual:(id)arg1;
19 |
20 | @end
21 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/_CUIThemeFacetCacheKey.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface _CUIThemeFacetCacheKey : NSObject {
6 | struct _renditionkeytoken {
7 | unsigned short identifier;
8 | unsigned short value;
9 | unsigned long long hashPrecalc;
10 | } keyList[16];
11 | long long themeIndex;
12 | }
13 |
14 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
15 | - (unsigned long long)hash64;
16 | - (unsigned long long)hash;
17 | - (id)initWithKeyList:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1 themeIndex:(long long)arg2;
18 | - (bool)isEqual:(id)arg1;
19 |
20 | @end
21 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDGradientDoubleOpacityStop.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIPSDGradientDoubleOpacityStop : CUIPSDGradientOpacityStop {
6 | double leadOutOpacity;
7 | }
8 |
9 | + (id)doubleOpacityStopWithLocation:(double)arg1 leadInOpacity:(double)arg2 leadOutOpacity:(double)arg3;
10 | + (void)initialize;
11 |
12 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
13 | - (id)description;
14 | - (void)encodeWithCoder:(id)arg1;
15 | - (id)initWithCoder:(id)arg1;
16 | - (id)initWithLocation:(double)arg1 leadInOpacity:(double)arg2 leadOutOpacity:(double)arg3;
17 | - (bool)isDoubleStop;
18 | - (double)leadInOpacity;
19 | - (double)leadOutOpacity;
20 |
21 | @end
22 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDLayerEffects.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSMutableDictionary;
6 |
7 | @interface CUIPSDLayerEffects : NSObject {
8 | NSMutableDictionary *_effectList;
9 | double _effectScale;
10 | bool_visible;
11 | }
12 |
13 | @property(copy) NSMutableDictionary * effectList;
14 | @property double effectScale;
15 | @property bool visible;
16 |
17 | - (void)addLayerEffectComponent:(id)arg1;
18 | - (void)dealloc;
19 | - (id)dropShadow;
20 | - (id)effectList;
21 | - (double)effectScale;
22 | - (id)init;
23 | - (void)setEffectList:(id)arg1;
24 | - (void)setEffectScale:(double)arg1;
25 | - (void)setVisible:(bool)arg1;
26 | - (bool)visible;
27 |
28 | @end
29 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDLayerEffects.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSMutableDictionary;
6 |
7 | @interface CUIPSDLayerEffects : NSObject {
8 | NSMutableDictionary *_effectList;
9 | double _effectScale;
10 | bool_visible;
11 | }
12 |
13 | @property(copy) NSMutableDictionary * effectList;
14 | @property double effectScale;
15 | @property bool visible;
16 |
17 | - (void)addLayerEffectComponent:(id)arg1;
18 | - (void)dealloc;
19 | - (id)dropShadow;
20 | - (id)effectList;
21 | - (double)effectScale;
22 | - (id)init;
23 | - (void)setEffectList:(id)arg1;
24 | - (void)setEffectScale:(double)arg1;
25 | - (void)setVisible:(bool)arg1;
26 | - (bool)visible;
27 |
28 | @end
29 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDGradientDoubleOpacityStop.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIPSDGradientDoubleOpacityStop : CUIPSDGradientOpacityStop {
6 | double leadOutOpacity;
7 | }
8 |
9 | + (id)doubleOpacityStopWithLocation:(double)arg1 leadInOpacity:(double)arg2 leadOutOpacity:(double)arg3;
10 | + (void)initialize;
11 |
12 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
13 | - (id)description;
14 | - (void)encodeWithCoder:(id)arg1;
15 | - (id)initWithCoder:(id)arg1;
16 | - (id)initWithLocation:(double)arg1 leadInOpacity:(double)arg2 leadOutOpacity:(double)arg3;
17 | - (bool)isDoubleStop;
18 | - (double)leadInOpacity;
19 | - (double)leadOutOpacity;
20 |
21 | @end
22 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDLayerRef.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIPSDLayerRef : CUIPSDLayerBaseRef {
6 | }
7 |
8 | - (id)colorFill;
9 | - (struct CGImage { }*)createCGImage;
10 | - (void)dealloc;
11 | - (id)fillSample;
12 | - (id)gradient;
13 | - (id)image;
14 | - (id)imageFromSlice:(unsigned int)arg1 isEmptyImage:(bool*)arg2;
15 | - (id)imageFromSlice:(unsigned int)arg1;
16 | - (id)imageIsZeroSizeImage:(bool*)arg1;
17 | - (id)initWithImageRef:(id)arg1 layerIndex:(unsigned int)arg2;
18 | - (id)layerEffects;
19 | - (id)maskFromSlice:(unsigned int)arg1;
20 | - (id)patternFromSlice:(unsigned int)arg1 isZeroSizeImage:(bool*)arg2;
21 | - (id)patternFromSlice:(unsigned int)arg1;
22 |
23 | @end
24 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDLayerRef.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIPSDLayerRef : CUIPSDLayerBaseRef {
6 | }
7 |
8 | - (id)colorFill;
9 | - (struct CGImage { }*)createCGImage;
10 | - (void)dealloc;
11 | - (id)fillSample;
12 | - (id)gradient;
13 | - (id)image;
14 | - (id)imageFromSlice:(unsigned int)arg1 isEmptyImage:(bool*)arg2;
15 | - (id)imageFromSlice:(unsigned int)arg1;
16 | - (id)imageIsZeroSizeImage:(bool*)arg1;
17 | - (id)initWithImageRef:(id)arg1 layerIndex:(unsigned int)arg2;
18 | - (id)layerEffects;
19 | - (id)maskFromSlice:(unsigned int)arg1;
20 | - (id)patternFromSlice:(unsigned int)arg1 isZeroSizeImage:(bool*)arg2;
21 | - (id)patternFromSlice:(unsigned int)arg1;
22 |
23 | @end
24 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUINamedData.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIRenditionKey, NSData, NSString;
6 |
7 | @interface CUINamedData : NSObject {
8 | CUIRenditionKey *_key;
9 | NSString *_name;
10 | unsigned long long _storageRef;
11 | }
12 |
13 | @property(readonly) NSData * data;
14 | @property(copy) NSString * name;
15 | @property(readonly) NSString * utiType;
16 |
17 | - (id)_rendition;
18 | - (id)_renditionForSpecificKey:(id)arg1;
19 | - (id)_renditionName;
20 | - (id)_themeStore;
21 | - (id)data;
22 | - (void)dealloc;
23 | - (id)description;
24 | - (id)initWithName:(id)arg1 usingRenditionKey:(id)arg2 fromTheme:(unsigned long long)arg3;
25 | - (id)name;
26 | - (void)setName:(id)arg1;
27 | - (id)utiType;
28 |
29 | @end
30 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDLayerMaskRef.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIPSDLayerRef;
6 |
7 | @interface CUIPSDLayerMaskRef : NSObject {
8 | CUIPSDLayerRef *_layerRef;
9 | bool_isVectorMask;
10 | }
11 |
12 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })bounds;
13 | - (struct CGImage { }*)createCGImageMask;
14 | - (void)dealloc;
15 | - (id)initLayerMaskWithLayerRef:(id)arg1;
16 | - (id)initVectorMaskWithLayerRef:(id)arg1;
17 | - (bool)isEnabled;
18 | - (bool)isInvertedWhenBlending;
19 | - (bool)isLinked;
20 | - (id)layerRef;
21 | - (struct CGPath { }*)newBezierPath;
22 | - (struct CGPath { }*)newBezierPathAtScale:(double)arg1;
23 |
24 | @end
25 |
--------------------------------------------------------------------------------
/Extract/Extract/minizip/mztools.h:
--------------------------------------------------------------------------------
1 | /*
2 | Additional tools for Minizip
3 | Code: Xavier Roche '2004
4 | License: Same as ZLIB (www.gzip.org)
5 | */
6 |
7 | #ifndef _zip_tools_H
8 | #define _zip_tools_H
9 |
10 | #ifdef __cplusplus
11 | extern "C" {
12 | #endif
13 |
14 | #ifndef _ZLIB_H
15 | #include "zlib.h"
16 | #endif
17 |
18 | #include "unzip.h"
19 |
20 | /* Repair a ZIP file (missing central directory)
21 | file: file to recover
22 | fileOut: output file after recovery
23 | fileOutTmp: temporary file name used for recovery
24 | */
25 | extern int ZEXPORT unzRepair(const char* file,
26 | const char* fileOut,
27 | const char* fileOutTmp,
28 | uLong* nRecovered,
29 | uLong* bytesRecovered);
30 |
31 | #endif
32 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUINamedData.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIRenditionKey, NSData, NSString;
6 |
7 | @interface CUINamedData : NSObject {
8 | CUIRenditionKey *_key;
9 | NSString *_name;
10 | unsigned long long _storageRef;
11 | }
12 |
13 | @property(readonly) NSData * data;
14 | @property(copy) NSString * name;
15 | @property(readonly) NSString * utiType;
16 |
17 | - (id)_rendition;
18 | - (id)_renditionForSpecificKey:(id)arg1;
19 | - (id)_renditionName;
20 | - (id)_themeStore;
21 | - (id)data;
22 | - (void)dealloc;
23 | - (id)description;
24 | - (id)initWithName:(id)arg1 usingRenditionKey:(id)arg2 fromTheme:(unsigned long long)arg3;
25 | - (id)name;
26 | - (void)setName:(id)arg1;
27 | - (id)utiType;
28 |
29 | @end
30 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDLayerMaskRef.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIPSDLayerRef;
6 |
7 | @interface CUIPSDLayerMaskRef : NSObject {
8 | CUIPSDLayerRef *_layerRef;
9 | bool_isVectorMask;
10 | }
11 |
12 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })bounds;
13 | - (struct CGImage { }*)createCGImageMask;
14 | - (void)dealloc;
15 | - (id)initLayerMaskWithLayerRef:(id)arg1;
16 | - (id)initVectorMaskWithLayerRef:(id)arg1;
17 | - (bool)isEnabled;
18 | - (bool)isInvertedWhenBlending;
19 | - (bool)isLinked;
20 | - (id)layerRef;
21 | - (struct CGPath { }*)newBezierPath;
22 | - (struct CGPath { }*)newBezierPathAtScale:(double)arg1;
23 |
24 | @end
25 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDLayerEffectColorOverlay.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIColor;
6 |
7 | @interface CUIPSDLayerEffectColorOverlay : CUIPSDLayerEffectComponent {
8 | int _blendMode;
9 | CUIColor *_color;
10 | double _opacity;
11 | }
12 |
13 | @property int blendMode;
14 | @property(retain) CUIColor * color;
15 | @property double opacity;
16 |
17 | - (int)blendMode;
18 | - (id)color;
19 | - (void)dealloc;
20 | - (unsigned int)effectType;
21 | - (id)init;
22 | - (id)initWithEffectFromPreset:(id)arg1 atIndex:(unsigned int)arg2;
23 | - (double)opacity;
24 | - (void)setBlendMode:(int)arg1;
25 | - (void)setColor:(id)arg1;
26 | - (void)setOpacity:(double)arg1;
27 | - (bool)updateLayerEffectPreset:(id)arg1 error:(id*)arg2;
28 |
29 | @end
30 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDLayerEffectColorOverlay.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIColor;
6 |
7 | @interface CUIPSDLayerEffectColorOverlay : CUIPSDLayerEffectComponent {
8 | int _blendMode;
9 | CUIColor *_color;
10 | double _opacity;
11 | }
12 |
13 | @property int blendMode;
14 | @property(retain) CUIColor * color;
15 | @property double opacity;
16 |
17 | - (int)blendMode;
18 | - (id)color;
19 | - (void)dealloc;
20 | - (unsigned int)effectType;
21 | - (id)init;
22 | - (id)initWithEffectFromPreset:(id)arg1 atIndex:(unsigned int)arg2;
23 | - (double)opacity;
24 | - (void)setBlendMode:(int)arg1;
25 | - (void)setColor:(id)arg1;
26 | - (void)setOpacity:(double)arg1;
27 | - (bool)updateLayerEffectPreset:(id)arg1 error:(id*)arg2;
28 |
29 | @end
30 |
--------------------------------------------------------------------------------
/Extract/ExtractTests/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleExecutable
8 | $(EXECUTABLE_NAME)
9 | CFBundleIdentifier
10 | com.aprilbrother.$(PRODUCT_NAME:rfc1034identifier)
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundleName
14 | $(PRODUCT_NAME)
15 | CFBundlePackageType
16 | BNDL
17 | CFBundleShortVersionString
18 | 1.0
19 | CFBundleSignature
20 | ????
21 | CFBundleVersion
22 | 1
23 |
24 |
25 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIMutableCatalog.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIMutableCatalog : CUICatalog {
6 | unsigned int _checkRespondsTo : 1;
7 | unsigned int _respondsToCheck : 1;
8 | }
9 |
10 | - (id)_baseKeyForName:(id)arg1;
11 | - (void)dealloc;
12 | - (id)init;
13 | - (id)initWithName:(id)arg1 fromBundle:(id)arg2 error:(id*)arg3;
14 | - (id)initWithName:(id)arg1;
15 | - (void)insertCGImage:(struct CGImage { }*)arg1 name:(id)arg2 scale:(double)arg3 idiom:(long long)arg4 subtype:(long long)arg5;
16 | - (void)insertCGImage:(struct CGImage { }*)arg1 withName:(id)arg2 andDescription:(id)arg3;
17 | - (void)removeImageNamed:(id)arg1 scale:(double)arg2 idiom:(long long)arg3 subtype:(long long)arg4;
18 | - (void)removeImageNamed:(id)arg1 withDescription:(id)arg2;
19 |
20 | @end
21 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDLayerEffectComponent.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSString;
6 |
7 | @interface CUIPSDLayerEffectComponent : NSObject {
8 | NSString *_name;
9 | bool_visible;
10 | }
11 |
12 | @property(retain) NSString * name;
13 | @property bool visible;
14 |
15 | - (id)_colorFromShapeEffectValue:(union { double x1; unsigned long long x2; struct _rgbcolor { unsigned char x_3_1_1; unsigned char x_3_1_2; unsigned char x_3_1_3; } x3; short x4; unsigned int x5; })arg1;
16 | - (void)dealloc;
17 | - (unsigned int)effectType;
18 | - (id)initWithEffectFromPreset:(id)arg1 atIndex:(unsigned int)arg2;
19 | - (id)name;
20 | - (void)setName:(id)arg1;
21 | - (void)setVisible:(bool)arg1;
22 | - (bool)updateLayerEffectPreset:(id)arg1 error:(id*)arg2;
23 | - (bool)visible;
24 |
25 | @end
26 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIMutableCatalog.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIMutableCatalog : CUICatalog {
6 | unsigned int _checkRespondsTo : 1;
7 | unsigned int _respondsToCheck : 1;
8 | }
9 |
10 | - (id)_baseKeyForName:(id)arg1;
11 | - (void)dealloc;
12 | - (id)init;
13 | - (id)initWithName:(id)arg1 fromBundle:(id)arg2 error:(id*)arg3;
14 | - (id)initWithName:(id)arg1;
15 | - (void)insertCGImage:(struct CGImage { }*)arg1 name:(id)arg2 scale:(double)arg3 idiom:(long long)arg4 subtype:(long long)arg5;
16 | - (void)insertCGImage:(struct CGImage { }*)arg1 withName:(id)arg2 andDescription:(id)arg3;
17 | - (void)removeImageNamed:(id)arg1 scale:(double)arg2 idiom:(long long)arg3 subtype:(long long)arg4;
18 | - (void)removeImageNamed:(id)arg1 withDescription:(id)arg2;
19 |
20 | @end
21 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDLayerEffectComponent.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSString;
6 |
7 | @interface CUIPSDLayerEffectComponent : NSObject {
8 | NSString *_name;
9 | bool_visible;
10 | }
11 |
12 | @property(retain) NSString * name;
13 | @property bool visible;
14 |
15 | - (id)_colorFromShapeEffectValue:(union { double x1; unsigned long long x2; struct _rgbcolor { unsigned char x_3_1_1; unsigned char x_3_1_2; unsigned char x_3_1_3; } x3; short x4; unsigned int x5; })arg1;
16 | - (void)dealloc;
17 | - (unsigned int)effectType;
18 | - (id)initWithEffectFromPreset:(id)arg1 atIndex:(unsigned int)arg2;
19 | - (id)name;
20 | - (void)setName:(id)arg1;
21 | - (void)setVisible:(bool)arg1;
22 | - (bool)updateLayerEffectPreset:(id)arg1 error:(id*)arg2;
23 | - (bool)visible;
24 |
25 | @end
26 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIThemeSchemaEffectRendition.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIImage, CUIShapeEffectPreset, NSDictionary;
6 |
7 | @interface CUIThemeSchemaEffectRendition : CUIThemeRendition {
8 | NSDictionary *_cuiInfo;
9 | CUIShapeEffectPreset *_effectPreset;
10 | CUIImage *_referenceImage;
11 | }
12 |
13 | - (bool)_generateReferenceImage;
14 | - (void)_initializeCoreUIOptions:(id)arg1;
15 | - (id)coreUIOptions;
16 | - (void)dealloc;
17 | - (id)effectPreset;
18 | - (id)initWithCoreUIOptions:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2 artworkStatus:(long long)arg3;
19 | - (id)initWithCoreUIOptions:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2;
20 | - (id)referenceImage;
21 |
22 | @end
23 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIThemeSchemaEffectRendition.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIImage, CUIShapeEffectPreset, NSDictionary;
6 |
7 | @interface CUIThemeSchemaEffectRendition : CUIThemeRendition {
8 | NSDictionary *_cuiInfo;
9 | CUIShapeEffectPreset *_effectPreset;
10 | CUIImage *_referenceImage;
11 | }
12 |
13 | - (bool)_generateReferenceImage;
14 | - (void)_initializeCoreUIOptions:(id)arg1;
15 | - (id)coreUIOptions;
16 | - (void)dealloc;
17 | - (id)effectPreset;
18 | - (id)initWithCoreUIOptions:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2 artworkStatus:(long long)arg3;
19 | - (id)initWithCoreUIOptions:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2;
20 | - (id)referenceImage;
21 |
22 | @end
23 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/_CUIRawDataRendition.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface _CUIRawDataRendition : CUIThemeRendition {
6 | struct __CFData { } *_dataBytes;
7 | }
8 |
9 | - (id)_initWithCSIHeader:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg1;
10 | - (id)data;
11 | - (void)dealloc;
12 | - (id)initWithCSIData:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2 artworkStatus:(long long)arg3;
13 |
14 | @end
15 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/_CUIRawDataRendition.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface _CUIRawDataRendition : CUIThemeRendition {
6 | struct __CFData { } *_dataBytes;
7 | }
8 |
9 | - (id)_initWithCSIHeader:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg1;
10 | - (id)data;
11 | - (void)dealloc;
12 | - (id)initWithCSIData:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2 artworkStatus:(long long)arg3;
13 |
14 | @end
15 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/_CUIPDFRendition.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface _CUIPDFRendition : CUIThemeRendition {
6 | struct CGPDFDocument { } *_pdfDocument;
7 | }
8 |
9 | - (id)_initWithCSIHeader:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg1;
10 | - (void)dealloc;
11 | - (id)initWithCSIData:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2 artworkStatus:(long long)arg3;
12 | - (struct CGPDFDocument { }*)pdfDocument;
13 |
14 | @end
15 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIMutableThemeRendition.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIRenditionMetrics, CUIRenditionSliceInformation;
6 |
7 | @interface CUIMutableThemeRendition : CUIThemeRendition {
8 | struct CGImage { } *_image;
9 | struct _renditionkeytoken { unsigned short x1; unsigned short x2; } *_renditionKey;
10 | CUIRenditionMetrics *_renditionMetrics;
11 | CUIRenditionSliceInformation *_sliceInformation;
12 | }
13 |
14 | - (void)dealloc;
15 | - (id)initWithCGImage:(struct CGImage { }*)arg1 withDescription:(id)arg2 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg3;
16 | - (const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)key;
17 | - (id)metrics;
18 | - (void)setName:(id)arg1;
19 | - (id)sliceInformation;
20 | - (struct CGImage { }*)unslicedImage;
21 |
22 | @end
23 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIMutableThemeRendition.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIRenditionMetrics, CUIRenditionSliceInformation;
6 |
7 | @interface CUIMutableThemeRendition : CUIThemeRendition {
8 | struct CGImage { } *_image;
9 | struct _renditionkeytoken { unsigned short x1; unsigned short x2; } *_renditionKey;
10 | CUIRenditionMetrics *_renditionMetrics;
11 | CUIRenditionSliceInformation *_sliceInformation;
12 | }
13 |
14 | - (void)dealloc;
15 | - (id)initWithCGImage:(struct CGImage { }*)arg1 withDescription:(id)arg2 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg3;
16 | - (const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)key;
17 | - (id)metrics;
18 | - (void)setName:(id)arg1;
19 | - (id)sliceInformation;
20 | - (struct CGImage { }*)unslicedImage;
21 |
22 | @end
23 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/_CUIPDFRendition.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface _CUIPDFRendition : CUIThemeRendition {
6 | struct CGPDFDocument { } *_pdfDocument;
7 | }
8 |
9 | - (id)_initWithCSIHeader:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg1;
10 | - (void)dealloc;
11 | - (id)initWithCSIData:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2 artworkStatus:(long long)arg3;
12 | - (struct CGPDFDocument { }*)pdfDocument;
13 |
14 | @end
15 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/_CUINineImagePieces.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIImage;
6 |
7 | @interface _CUINineImagePieces : NSObject {
8 | CUIImage *_bottom;
9 | CUIImage *_bottomLeft;
10 | CUIImage *_bottomRight;
11 | CUIImage *_center;
12 | CUIImage *_left;
13 | CUIImage *_right;
14 | CUIImage *_top;
15 | CUIImage *_topLeft;
16 | CUIImage *_topRight;
17 | bool_tileCenterAndEdges;
18 | }
19 |
20 | - (id)bottom;
21 | - (id)bottomLeft;
22 | - (id)bottomRight;
23 | - (id)center;
24 | - (void)dealloc;
25 | - (id)initWithCenter:(id)arg1 topLeft:(id)arg2 top:(id)arg3 topRight:(id)arg4 right:(id)arg5 bottomRight:(id)arg6 bottom:(id)arg7 bottomLeft:(id)arg8 left:(id)arg9 tileCenterAndEdges:(bool)arg10;
26 | - (id)left;
27 | - (id)right;
28 | - (bool)tileCenterAndEdges;
29 | - (id)top;
30 | - (id)topLeft;
31 | - (id)topRight;
32 |
33 | @end
34 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/_CUIThemeEffectRendition.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface _CUIThemeEffectRendition : CUIThemeRendition {
6 | const struct _cuieffectdata { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; struct _cuieffectlist { unsigned int x_5_1_1; unsigned int x_5_1_2[0]; } x5; } *effectData;
7 | }
8 |
9 | + (id)_filteredCSIDataFromBaseCSIData:(id)arg1;
10 |
11 | - (id)_initWithCSIHeader:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg1;
12 | - (id)effectPreset;
13 |
14 | @end
15 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/_CUIThemeEffectRendition.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface _CUIThemeEffectRendition : CUIThemeRendition {
6 | const struct _cuieffectdata { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; struct _cuieffectlist { unsigned int x_5_1_1; unsigned int x_5_1_2[0]; } x5; } *effectData;
7 | }
8 |
9 | + (id)_filteredCSIDataFromBaseCSIData:(id)arg1;
10 |
11 | - (id)_initWithCSIHeader:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg1;
12 | - (id)effectPreset;
13 |
14 | @end
15 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/_CUINineImagePieces.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIImage;
6 |
7 | @interface _CUINineImagePieces : NSObject {
8 | CUIImage *_bottom;
9 | CUIImage *_bottomLeft;
10 | CUIImage *_bottomRight;
11 | CUIImage *_center;
12 | CUIImage *_left;
13 | CUIImage *_right;
14 | CUIImage *_top;
15 | CUIImage *_topLeft;
16 | CUIImage *_topRight;
17 | bool_tileCenterAndEdges;
18 | }
19 |
20 | - (id)bottom;
21 | - (id)bottomLeft;
22 | - (id)bottomRight;
23 | - (id)center;
24 | - (void)dealloc;
25 | - (id)initWithCenter:(id)arg1 topLeft:(id)arg2 top:(id)arg3 topRight:(id)arg4 right:(id)arg5 bottomRight:(id)arg6 bottom:(id)arg7 bottomLeft:(id)arg8 left:(id)arg9 tileCenterAndEdges:(bool)arg10;
26 | - (id)left;
27 | - (id)right;
28 | - (bool)tileCenterAndEdges;
29 | - (id)top;
30 | - (id)topLeft;
31 | - (id)topRight;
32 |
33 | @end
34 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDLayerEffectInnerGlow.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIColor;
6 |
7 | @interface CUIPSDLayerEffectInnerGlow : CUIPSDLayerEffectComponent {
8 | int _blendMode;
9 | unsigned long long _blurSize;
10 | CUIColor *_color;
11 | double _opacity;
12 | }
13 |
14 | @property int blendMode;
15 | @property unsigned long long blurSize;
16 | @property(retain) CUIColor * color;
17 | @property double opacity;
18 |
19 | - (int)blendMode;
20 | - (unsigned long long)blurSize;
21 | - (id)color;
22 | - (void)dealloc;
23 | - (unsigned int)effectType;
24 | - (id)init;
25 | - (id)initWithEffectFromPreset:(id)arg1 atIndex:(unsigned int)arg2;
26 | - (double)opacity;
27 | - (void)setBlendMode:(int)arg1;
28 | - (void)setBlurSize:(unsigned long long)arg1;
29 | - (void)setColor:(id)arg1;
30 | - (void)setOpacity:(double)arg1;
31 | - (bool)updateLayerEffectPreset:(id)arg1 error:(id*)arg2;
32 |
33 | @end
34 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDGradientColorStop.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIPSDGradientColorStop : CUIPSDGradientStop {
6 | struct _psdGradientColor {
7 | double red;
8 | double green;
9 | double blue;
10 | double alpha;
11 | } gradientColor;
12 | }
13 |
14 | + (id)colorStopWithLocation:(double)arg1 gradientColor:(struct _psdGradientColor { double x1; double x2; double x3; double x4; })arg2;
15 | + (void)initialize;
16 |
17 | - (double)colorLocation;
18 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
19 | - (id)description;
20 | - (void)encodeWithCoder:(id)arg1;
21 | - (struct _psdGradientColor { double x1; double x2; double x3; double x4; })gradientColor;
22 | - (id)initWithCoder:(id)arg1;
23 | - (id)initWithLocation:(double)arg1 gradientColor:(struct _psdGradientColor { double x1; double x2; double x3; double x4; })arg2;
24 | - (bool)isColorStop;
25 |
26 | @end
27 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDLayerEffectInnerGlow.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIColor;
6 |
7 | @interface CUIPSDLayerEffectInnerGlow : CUIPSDLayerEffectComponent {
8 | int _blendMode;
9 | unsigned long long _blurSize;
10 | CUIColor *_color;
11 | double _opacity;
12 | }
13 |
14 | @property int blendMode;
15 | @property unsigned long long blurSize;
16 | @property(retain) CUIColor * color;
17 | @property double opacity;
18 |
19 | - (int)blendMode;
20 | - (unsigned long long)blurSize;
21 | - (id)color;
22 | - (void)dealloc;
23 | - (unsigned int)effectType;
24 | - (id)init;
25 | - (id)initWithEffectFromPreset:(id)arg1 atIndex:(unsigned int)arg2;
26 | - (double)opacity;
27 | - (void)setBlendMode:(int)arg1;
28 | - (void)setBlurSize:(unsigned long long)arg1;
29 | - (void)setColor:(id)arg1;
30 | - (void)setOpacity:(double)arg1;
31 | - (bool)updateLayerEffectPreset:(id)arg1 error:(id*)arg2;
32 |
33 | @end
34 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDGradientColorStop.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIPSDGradientColorStop : CUIPSDGradientStop {
6 | struct _psdGradientColor {
7 | double red;
8 | double green;
9 | double blue;
10 | double alpha;
11 | } gradientColor;
12 | }
13 |
14 | + (id)colorStopWithLocation:(double)arg1 gradientColor:(struct _psdGradientColor { double x1; double x2; double x3; double x4; })arg2;
15 | + (void)initialize;
16 |
17 | - (double)colorLocation;
18 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
19 | - (id)description;
20 | - (void)encodeWithCoder:(id)arg1;
21 | - (struct _psdGradientColor { double x1; double x2; double x3; double x4; })gradientColor;
22 | - (id)initWithCoder:(id)arg1;
23 | - (id)initWithLocation:(double)arg1 gradientColor:(struct _psdGradientColor { double x1; double x2; double x3; double x4; })arg2;
24 | - (bool)isColorStop;
25 |
26 | @end
27 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CSIHelper.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSData, NSString, _CSIRenditionBlockData, _CUIThemePixelRendition;
6 |
7 | @interface CSIHelper : NSObject {
8 | struct _slice {
9 | unsigned int x;
10 | unsigned int y;
11 | unsigned int width;
12 | unsigned int height;
13 | NSString *blockDataCacheKeyBGRX;
14 | NSString *blockDataCacheKeyRGBX;
15 | struct _csibitmap { unsigned int x1; union { unsigned int x_2_1_1; struct _csibitmapflags { unsigned int x_2_2_1 : 1; unsigned int x_2_2_2 : 1; unsigned int x_2_2_3 : 30; } x_2_1_2; } x2; unsigned int x3; unsigned int x4; unsigned char x5[0]; } *bmp;
16 | NSData *csiData;
17 | _CUIThemePixelRendition *rendition;
18 | int renditionLock;
19 | unsigned long long rowbytes;
20 | _CSIRenditionBlockData *sharedBlockDataBGRX;
21 | _CSIRenditionBlockData *sharedBlockDataRGBX;
22 | } slice;
23 | }
24 |
25 | @end
26 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CSIHelper.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSData, NSString, _CSIRenditionBlockData, _CUIThemePixelRendition;
6 |
7 | @interface CSIHelper : NSObject {
8 | struct _slice {
9 | unsigned int x;
10 | unsigned int y;
11 | unsigned int width;
12 | unsigned int height;
13 | NSString *blockDataCacheKeyBGRX;
14 | NSString *blockDataCacheKeyRGBX;
15 | struct _csibitmap { unsigned int x1; union { unsigned int x_2_1_1; struct _csibitmapflags { unsigned int x_2_2_1 : 1; unsigned int x_2_2_2 : 1; unsigned int x_2_2_3 : 30; } x_2_1_2; } x2; unsigned int x3; unsigned int x4; unsigned char x5[0]; } *bmp;
16 | NSData *csiData;
17 | _CUIThemePixelRendition *rendition;
18 | int renditionLock;
19 | unsigned long long rowbytes;
20 | _CSIRenditionBlockData *sharedBlockDataBGRX;
21 | _CSIRenditionBlockData *sharedBlockDataRGBX;
22 | } slice;
23 | }
24 |
25 | @end
26 |
--------------------------------------------------------------------------------
/Extract/ExtractTests/ExtractTests.m:
--------------------------------------------------------------------------------
1 | //
2 | // ExtractTests.m
3 | // ExtractTests
4 | //
5 | // Created by markss on 15/3/5.
6 | // Copyright (c) 2015年 GL. All rights reserved.
7 | //
8 |
9 | #import
10 | #import
11 |
12 | @interface ExtractTests : XCTestCase
13 |
14 | @end
15 |
16 | @implementation ExtractTests
17 |
18 | - (void)setUp {
19 | [super setUp];
20 | // Put setup code here. This method is called before the invocation of each test method in the class.
21 | }
22 |
23 | - (void)tearDown {
24 | // Put teardown code here. This method is called after the invocation of each test method in the class.
25 | [super tearDown];
26 | }
27 |
28 | - (void)testExample {
29 | // This is an example of a functional test case.
30 | XCTAssert(YES, @"Pass");
31 | }
32 |
33 | - (void)testPerformanceExample {
34 | // This is an example of a performance test case.
35 | [self measureBlock:^{
36 | // Put the code you want to measure the time of here.
37 | }];
38 | }
39 |
40 | @end
41 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDGradient.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIPSDGradientEvaluator;
6 |
7 | @interface CUIPSDGradient : NSObject {
8 | double drawingAngle;
9 | CUIPSDGradientEvaluator *evaluator;
10 | unsigned int gradientStyle;
11 | }
12 |
13 | @property double drawingAngle;
14 | @property(retain) CUIPSDGradientEvaluator * evaluator;
15 | @property unsigned int gradientStyle;
16 |
17 | + (id)cuiPSDGradientWithColors:(id)arg1 locations:(id)arg2 midpointLocations:(id)arg3 angle:(double)arg4 isRadial:(bool)arg5;
18 | + (id)getMidpointLocationFromArray:(id)arg1 atIndex:(long long)arg2 withPolicy:(int)arg3;
19 |
20 | - (void)dealloc;
21 | - (double)drawingAngle;
22 | - (id)evaluator;
23 | - (unsigned int)gradientStyle;
24 | - (id)initWithEvaluator:(id)arg1 drawingAngle:(double)arg2 gradientStyle:(unsigned int)arg3;
25 | - (void)setDrawingAngle:(double)arg1;
26 | - (void)setEvaluator:(id)arg1;
27 | - (void)setGradientStyle:(unsigned int)arg1;
28 |
29 | @end
30 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDGradient.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIPSDGradientEvaluator;
6 |
7 | @interface CUIPSDGradient : NSObject {
8 | double drawingAngle;
9 | CUIPSDGradientEvaluator *evaluator;
10 | unsigned int gradientStyle;
11 | }
12 |
13 | @property double drawingAngle;
14 | @property(retain) CUIPSDGradientEvaluator * evaluator;
15 | @property unsigned int gradientStyle;
16 |
17 | + (id)cuiPSDGradientWithColors:(id)arg1 locations:(id)arg2 midpointLocations:(id)arg3 angle:(double)arg4 isRadial:(bool)arg5;
18 | + (id)getMidpointLocationFromArray:(id)arg1 atIndex:(long long)arg2 withPolicy:(int)arg3;
19 |
20 | - (void)dealloc;
21 | - (double)drawingAngle;
22 | - (id)evaluator;
23 | - (unsigned int)gradientStyle;
24 | - (id)initWithEvaluator:(id)arg1 drawingAngle:(double)arg2 gradientStyle:(unsigned int)arg3;
25 | - (void)setDrawingAngle:(double)arg1;
26 | - (void)setEvaluator:(id)arg1;
27 | - (void)setGradientStyle:(unsigned int)arg1;
28 |
29 | @end
30 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIThemeSchemaLayer.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSArray, NSString;
6 |
7 | @interface CUIThemeSchemaLayer : NSObject {
8 | unsigned long long _index;
9 | NSString *_name;
10 | NSArray *_renditions;
11 | }
12 |
13 | @property unsigned long long index;
14 | @property(retain) NSString * name;
15 | @property(retain) NSArray * renditions;
16 |
17 | + (id)layerWithRenditions:(id)arg1 name:(id)arg2 index:(unsigned long long)arg3;
18 |
19 | - (void)calculateColumLefts:(id*)arg1 rowTops:(id*)arg2 totalSize:(struct CGSize { double x1; double x2; }*)arg3 forPartFeatures:(unsigned long long)arg4;
20 | - (unsigned long long)index;
21 | - (id)initWithRenditions:(id)arg1 name:(id)arg2 index:(unsigned long long)arg3;
22 | - (id)name;
23 | - (id)renditions;
24 | - (void)setIndex:(unsigned long long)arg1;
25 | - (void)setName:(id)arg1;
26 | - (void)setRenditions:(id)arg1;
27 | - (double)translateFromWidthsOrHeightsToLeftsOrTops:(id)arg1 leftsOrTops:(id*)arg2;
28 |
29 | @end
30 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIThemeSchemaLayer.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSArray, NSString;
6 |
7 | @interface CUIThemeSchemaLayer : NSObject {
8 | unsigned long long _index;
9 | NSString *_name;
10 | NSArray *_renditions;
11 | }
12 |
13 | @property unsigned long long index;
14 | @property(retain) NSString * name;
15 | @property(retain) NSArray * renditions;
16 |
17 | + (id)layerWithRenditions:(id)arg1 name:(id)arg2 index:(unsigned long long)arg3;
18 |
19 | - (void)calculateColumLefts:(id*)arg1 rowTops:(id*)arg2 totalSize:(struct CGSize { double x1; double x2; }*)arg3 forPartFeatures:(unsigned long long)arg4;
20 | - (unsigned long long)index;
21 | - (id)initWithRenditions:(id)arg1 name:(id)arg2 index:(unsigned long long)arg3;
22 | - (id)name;
23 | - (id)renditions;
24 | - (void)setIndex:(unsigned long long)arg1;
25 | - (void)setName:(id)arg1;
26 | - (void)setRenditions:(id)arg1;
27 | - (double)translateFromWidthsOrHeightsToLeftsOrTops:(id)arg1 leftsOrTops:(id*)arg2;
28 |
29 | @end
30 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | The MIT License (MIT)
2 |
3 | Copyright (c) 2015 markss
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
23 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIStyleEffectConfiguration.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIStyleEffectConfiguration : NSObject {
6 | long long _presentationState;
7 | long long _state;
8 | long long _value;
9 | bool_foregroundColorShouldTintEffects;
10 | bool_useSimplifiedEffect;
11 | }
12 |
13 | @property bool foregroundColorShouldTintEffects;
14 | @property long long presentationState;
15 | @property long long state;
16 | @property bool useSimplifiedEffect;
17 | @property long long value;
18 |
19 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
20 | - (id)description;
21 | - (bool)foregroundColorShouldTintEffects;
22 | - (id)init;
23 | - (long long)presentationState;
24 | - (void)setForegroundColorShouldTintEffects:(bool)arg1;
25 | - (void)setPresentationState:(long long)arg1;
26 | - (void)setState:(long long)arg1;
27 | - (void)setUseSimplifiedEffect:(bool)arg1;
28 | - (void)setValue:(long long)arg1;
29 | - (bool)shouldIgnoreForegroundColor;
30 | - (long long)state;
31 | - (bool)useSimplifiedEffect;
32 | - (long long)value;
33 |
34 | @end
35 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDLayerEffectOuterGlow.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIColor;
6 |
7 | @interface CUIPSDLayerEffectOuterGlow : CUIPSDLayerEffectComponent {
8 | int _blendMode;
9 | unsigned long long _blurSize;
10 | CUIColor *_color;
11 | double _opacity;
12 | unsigned long long _spread;
13 | }
14 |
15 | @property int blendMode;
16 | @property unsigned long long blurSize;
17 | @property(retain) CUIColor * color;
18 | @property double opacity;
19 | @property unsigned long long spread;
20 |
21 | - (int)blendMode;
22 | - (unsigned long long)blurSize;
23 | - (id)color;
24 | - (void)dealloc;
25 | - (unsigned int)effectType;
26 | - (id)init;
27 | - (id)initWithEffectFromPreset:(id)arg1 atIndex:(unsigned int)arg2;
28 | - (double)opacity;
29 | - (void)setBlendMode:(int)arg1;
30 | - (void)setBlurSize:(unsigned long long)arg1;
31 | - (void)setColor:(id)arg1;
32 | - (void)setOpacity:(double)arg1;
33 | - (void)setSpread:(unsigned long long)arg1;
34 | - (unsigned long long)spread;
35 | - (bool)updateLayerEffectPreset:(id)arg1 error:(id*)arg2;
36 |
37 | @end
38 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIStyleEffectConfiguration.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIStyleEffectConfiguration : NSObject {
6 | long long _presentationState;
7 | long long _state;
8 | long long _value;
9 | bool_foregroundColorShouldTintEffects;
10 | bool_useSimplifiedEffect;
11 | }
12 |
13 | @property bool foregroundColorShouldTintEffects;
14 | @property long long presentationState;
15 | @property long long state;
16 | @property bool useSimplifiedEffect;
17 | @property long long value;
18 |
19 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
20 | - (id)description;
21 | - (bool)foregroundColorShouldTintEffects;
22 | - (id)init;
23 | - (long long)presentationState;
24 | - (void)setForegroundColorShouldTintEffects:(bool)arg1;
25 | - (void)setPresentationState:(long long)arg1;
26 | - (void)setState:(long long)arg1;
27 | - (void)setUseSimplifiedEffect:(bool)arg1;
28 | - (void)setValue:(long long)arg1;
29 | - (bool)shouldIgnoreForegroundColor;
30 | - (long long)state;
31 | - (bool)useSimplifiedEffect;
32 | - (long long)value;
33 |
34 | @end
35 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDLayerEffectOuterGlow.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIColor;
6 |
7 | @interface CUIPSDLayerEffectOuterGlow : CUIPSDLayerEffectComponent {
8 | int _blendMode;
9 | unsigned long long _blurSize;
10 | CUIColor *_color;
11 | double _opacity;
12 | unsigned long long _spread;
13 | }
14 |
15 | @property int blendMode;
16 | @property unsigned long long blurSize;
17 | @property(retain) CUIColor * color;
18 | @property double opacity;
19 | @property unsigned long long spread;
20 |
21 | - (int)blendMode;
22 | - (unsigned long long)blurSize;
23 | - (id)color;
24 | - (void)dealloc;
25 | - (unsigned int)effectType;
26 | - (id)init;
27 | - (id)initWithEffectFromPreset:(id)arg1 atIndex:(unsigned int)arg2;
28 | - (double)opacity;
29 | - (void)setBlendMode:(int)arg1;
30 | - (void)setBlurSize:(unsigned long long)arg1;
31 | - (void)setColor:(id)arg1;
32 | - (void)setOpacity:(double)arg1;
33 | - (void)setSpread:(unsigned long long)arg1;
34 | - (unsigned long long)spread;
35 | - (bool)updateLayerEffectPreset:(id)arg1 error:(id*)arg2;
36 |
37 | @end
38 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/_CUIKeyTestOrganizer.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSArray;
6 |
7 | @interface _CUIKeyTestOrganizer : NSObject {
8 | struct _renditionkeytoken {
9 | unsigned short identifier;
10 | unsigned short value;
11 | struct _renditionkeytoken {
12 | unsigned short identifier;
13 | unsigned short value;
14 | unsigned long long chooseCount;
15 | unsigned long long flexAttributesCount;
16 | NSArray *orderedNonZeroFlexibleAttributes;
17 | } originalKey[16];
18 | unsigned long long subchooseCount;
19 | } testKey[16];
20 | }
21 |
22 | - (unsigned long long)_attributeToBumpIndex;
23 | - (void)_bumpTestKey;
24 | - (bool)_bumpTestKeyAttributeIndex:(unsigned long long)arg1;
25 | - (id)_nonZeroFlexibleAttributesInKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
26 | - (void)dealloc;
27 | - (id)initWithRenditionKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
28 | - (struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)nextKey;
29 |
30 | @end
31 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/_CUIKeyTestOrganizer.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSArray;
6 |
7 | @interface _CUIKeyTestOrganizer : NSObject {
8 | struct _renditionkeytoken {
9 | unsigned short identifier;
10 | unsigned short value;
11 | struct _renditionkeytoken {
12 | unsigned short identifier;
13 | unsigned short value;
14 | unsigned long long chooseCount;
15 | unsigned long long flexAttributesCount;
16 | NSArray *orderedNonZeroFlexibleAttributes;
17 | } originalKey[16];
18 | unsigned long long subchooseCount;
19 | } testKey[16];
20 | }
21 |
22 | - (unsigned long long)_attributeToBumpIndex;
23 | - (void)_bumpTestKey;
24 | - (bool)_bumpTestKeyAttributeIndex:(unsigned long long)arg1;
25 | - (id)_nonZeroFlexibleAttributesInKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
26 | - (void)dealloc;
27 | - (id)initWithRenditionKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
28 | - (struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)nextKey;
29 |
30 | @end
31 |
--------------------------------------------------------------------------------
/Extract/Extract/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleExecutable
8 | $(EXECUTABLE_NAME)
9 | CFBundleIconFile
10 |
11 | CFBundleIdentifier
12 | com.aprilbrother.$(PRODUCT_NAME:rfc1034identifier)
13 | CFBundleInfoDictionaryVersion
14 | 6.0
15 | CFBundleName
16 | $(PRODUCT_NAME)
17 | CFBundlePackageType
18 | APPL
19 | CFBundleShortVersionString
20 | 1.0
21 | CFBundleSignature
22 | ????
23 | CFBundleVersion
24 | 1
25 | LSMinimumSystemVersion
26 | $(MACOSX_DEPLOYMENT_TARGET)
27 | NSHumanReadableCopyright
28 | Copyright © 2015年 GL. All rights reserved.
29 | NSMainStoryboardFile
30 | Main
31 | NSPrincipalClass
32 | NSApplication
33 |
34 |
35 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CSIBitmapWrapper.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSData;
6 |
7 | @interface CSIBitmapWrapper : NSObject {
8 | struct CGContext { } *_bitmapContext;
9 | unsigned int _height;
10 | unsigned int _imageAlpha;
11 | NSData *_pixelData;
12 | unsigned int _pixelFormat;
13 | NSData *_rawData;
14 | unsigned long long _rowbytes;
15 | unsigned int _width;
16 | bool_allowsMultiPassEncoding;
17 | }
18 |
19 | @property bool allowsMultiPassEncoding;
20 | @property unsigned int pixelFormat;
21 |
22 | - (bool)allowsMultiPassEncoding;
23 | - (struct CGContext { }*)bitmapContext;
24 | - (id)compressedData:(bool)arg1 usedEncoding:(int*)arg2 andRowChunkSize:(unsigned int*)arg3;
25 | - (void)dealloc;
26 | - (void)finalize;
27 | - (unsigned int)height;
28 | - (id)initWithPixelWidth:(unsigned int)arg1 pixelHeight:(unsigned int)arg2;
29 | - (id)pixelData;
30 | - (unsigned int)pixelFormat;
31 | - (void)setAllowsMultiPassEncoding:(bool)arg1;
32 | - (void)setPixelData:(id)arg1;
33 | - (void)setPixelFormat:(unsigned int)arg1;
34 | - (void)setSourceAlphaInfo:(unsigned int)arg1;
35 | - (unsigned int)sourceImageAlpha;
36 | - (unsigned int)width;
37 |
38 | @end
39 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDGradientDoubleColorStop.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIPSDGradientDoubleColorStop : CUIPSDGradientColorStop {
6 | struct _psdGradientColor {
7 | double red;
8 | double green;
9 | double blue;
10 | double alpha;
11 | } leadOutColor;
12 | }
13 |
14 | + (id)doubleColorStopWithLocation:(double)arg1 leadInColor:(struct _psdGradientColor { double x1; double x2; double x3; double x4; })arg2 leadOutColor:(struct _psdGradientColor { double x1; double x2; double x3; double x4; })arg3;
15 | + (void)initialize;
16 |
17 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
18 | - (id)description;
19 | - (void)encodeWithCoder:(id)arg1;
20 | - (id)initWithCoder:(id)arg1;
21 | - (id)initWithLocation:(double)arg1 leadInColor:(struct _psdGradientColor { double x1; double x2; double x3; double x4; })arg2 leadOutColor:(struct _psdGradientColor { double x1; double x2; double x3; double x4; })arg3;
22 | - (bool)isDoubleStop;
23 | - (struct _psdGradientColor { double x1; double x2; double x3; double x4; })leadInColor;
24 | - (struct _psdGradientColor { double x1; double x2; double x3; double x4; })leadOutColor;
25 |
26 | @end
27 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDLayerEffectInnerShadow.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIColor;
6 |
7 | @interface CUIPSDLayerEffectInnerShadow : CUIPSDLayerEffectComponent {
8 | short _angle;
9 | int _blendMode;
10 | unsigned long long _blurSize;
11 | CUIColor *_color;
12 | unsigned long long _distance;
13 | double _opacity;
14 | }
15 |
16 | @property short angle;
17 | @property int blendMode;
18 | @property unsigned long long blurSize;
19 | @property(retain) CUIColor * color;
20 | @property unsigned long long distance;
21 | @property double opacity;
22 |
23 | - (short)angle;
24 | - (int)blendMode;
25 | - (unsigned long long)blurSize;
26 | - (id)color;
27 | - (void)dealloc;
28 | - (unsigned long long)distance;
29 | - (unsigned int)effectType;
30 | - (id)init;
31 | - (id)initWithEffectFromPreset:(id)arg1 atIndex:(unsigned int)arg2;
32 | - (double)opacity;
33 | - (void)setAngle:(short)arg1;
34 | - (void)setBlendMode:(int)arg1;
35 | - (void)setBlurSize:(unsigned long long)arg1;
36 | - (void)setColor:(id)arg1;
37 | - (void)setDistance:(unsigned long long)arg1;
38 | - (void)setOpacity:(double)arg1;
39 | - (bool)updateLayerEffectPreset:(id)arg1 error:(id*)arg2;
40 |
41 | @end
42 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CSIBitmapWrapper.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSData;
6 |
7 | @interface CSIBitmapWrapper : NSObject {
8 | struct CGContext { } *_bitmapContext;
9 | unsigned int _height;
10 | unsigned int _imageAlpha;
11 | NSData *_pixelData;
12 | unsigned int _pixelFormat;
13 | NSData *_rawData;
14 | unsigned long long _rowbytes;
15 | unsigned int _width;
16 | bool_allowsMultiPassEncoding;
17 | }
18 |
19 | @property bool allowsMultiPassEncoding;
20 | @property unsigned int pixelFormat;
21 |
22 | - (bool)allowsMultiPassEncoding;
23 | - (struct CGContext { }*)bitmapContext;
24 | - (id)compressedData:(bool)arg1 usedEncoding:(int*)arg2 andRowChunkSize:(unsigned int*)arg3;
25 | - (void)dealloc;
26 | - (void)finalize;
27 | - (unsigned int)height;
28 | - (id)initWithPixelWidth:(unsigned int)arg1 pixelHeight:(unsigned int)arg2;
29 | - (id)pixelData;
30 | - (unsigned int)pixelFormat;
31 | - (void)setAllowsMultiPassEncoding:(bool)arg1;
32 | - (void)setPixelData:(id)arg1;
33 | - (void)setPixelFormat:(unsigned int)arg1;
34 | - (void)setSourceAlphaInfo:(unsigned int)arg1;
35 | - (unsigned int)sourceImageAlpha;
36 | - (unsigned int)width;
37 |
38 | @end
39 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDGradientDoubleColorStop.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIPSDGradientDoubleColorStop : CUIPSDGradientColorStop {
6 | struct _psdGradientColor {
7 | double red;
8 | double green;
9 | double blue;
10 | double alpha;
11 | } leadOutColor;
12 | }
13 |
14 | + (id)doubleColorStopWithLocation:(double)arg1 leadInColor:(struct _psdGradientColor { double x1; double x2; double x3; double x4; })arg2 leadOutColor:(struct _psdGradientColor { double x1; double x2; double x3; double x4; })arg3;
15 | + (void)initialize;
16 |
17 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
18 | - (id)description;
19 | - (void)encodeWithCoder:(id)arg1;
20 | - (id)initWithCoder:(id)arg1;
21 | - (id)initWithLocation:(double)arg1 leadInColor:(struct _psdGradientColor { double x1; double x2; double x3; double x4; })arg2 leadOutColor:(struct _psdGradientColor { double x1; double x2; double x3; double x4; })arg3;
22 | - (bool)isDoubleStop;
23 | - (struct _psdGradientColor { double x1; double x2; double x3; double x4; })leadInColor;
24 | - (struct _psdGradientColor { double x1; double x2; double x3; double x4; })leadOutColor;
25 |
26 | @end
27 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDLayerEffectInnerShadow.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIColor;
6 |
7 | @interface CUIPSDLayerEffectInnerShadow : CUIPSDLayerEffectComponent {
8 | short _angle;
9 | int _blendMode;
10 | unsigned long long _blurSize;
11 | CUIColor *_color;
12 | unsigned long long _distance;
13 | double _opacity;
14 | }
15 |
16 | @property short angle;
17 | @property int blendMode;
18 | @property unsigned long long blurSize;
19 | @property(retain) CUIColor * color;
20 | @property unsigned long long distance;
21 | @property double opacity;
22 |
23 | - (short)angle;
24 | - (int)blendMode;
25 | - (unsigned long long)blurSize;
26 | - (id)color;
27 | - (void)dealloc;
28 | - (unsigned long long)distance;
29 | - (unsigned int)effectType;
30 | - (id)init;
31 | - (id)initWithEffectFromPreset:(id)arg1 atIndex:(unsigned int)arg2;
32 | - (double)opacity;
33 | - (void)setAngle:(short)arg1;
34 | - (void)setBlendMode:(int)arg1;
35 | - (void)setBlurSize:(unsigned long long)arg1;
36 | - (void)setColor:(id)arg1;
37 | - (void)setDistance:(unsigned long long)arg1;
38 | - (void)setOpacity:(double)arg1;
39 | - (bool)updateLayerEffectPreset:(id)arg1 error:(id*)arg2;
40 |
41 | @end
42 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDLayoutMetricsChannel.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSString;
6 |
7 | @interface CUIPSDLayoutMetricsChannel : NSObject {
8 | struct CGRect {
9 | struct CGPoint {
10 | double x;
11 | double y;
12 | } origin;
13 | struct CGSize {
14 | double width;
15 | double height;
16 | } size;
17 | } _edgeInsets;
18 | NSString *_name;
19 | }
20 |
21 | @property(readonly) struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; } edgeInsets;
22 | @property(retain) NSString * name;
23 |
24 | - (id).cxx_construct;
25 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })edgeInsets;
26 | - (id)initWithEdgeInsets:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg1;
27 | - (id)name;
28 | - (void)sanitizeEdgeInsets;
29 | - (void)setEdgeInsets:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg1;
30 | - (void)setName:(id)arg1;
31 |
32 | @end
33 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/_CUIRawPixelRendition.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIRenditionMetrics, CUIRenditionSliceInformation;
6 |
7 | @interface _CUIRawPixelRendition : CUIThemeRendition {
8 | struct CGImage {} *_image[16];
9 | unsigned int _nimages;
10 | CUIRenditionMetrics *_renditionMetrics;
11 | CUIRenditionSliceInformation *_sliceInformation;
12 | struct CGImage { } *_unslicedImage;
13 | }
14 |
15 | - (id)_initWithCSIHeader:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg1;
16 | - (void)dealloc;
17 | - (id)imageForSliceIndex:(long long)arg1;
18 | - (id)initWithCSIData:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2 artworkStatus:(long long)arg3;
19 | - (bool)isScaled;
20 | - (id)maskForSliceIndex:(long long)arg1;
21 | - (id)metrics;
22 | - (id)sliceInformation;
23 | - (struct CGImage { }*)unslicedImage;
24 |
25 | @end
26 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDLayoutMetricsChannel.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSString;
6 |
7 | @interface CUIPSDLayoutMetricsChannel : NSObject {
8 | struct CGRect {
9 | struct CGPoint {
10 | double x;
11 | double y;
12 | } origin;
13 | struct CGSize {
14 | double width;
15 | double height;
16 | } size;
17 | } _edgeInsets;
18 | NSString *_name;
19 | }
20 |
21 | @property(readonly) struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; } edgeInsets;
22 | @property(retain) NSString * name;
23 |
24 | - (id).cxx_construct;
25 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })edgeInsets;
26 | - (id)initWithEdgeInsets:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg1;
27 | - (id)name;
28 | - (void)sanitizeEdgeInsets;
29 | - (void)setEdgeInsets:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg1;
30 | - (void)setName:(id)arg1;
31 |
32 | @end
33 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/_CUIRawPixelRendition.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIRenditionMetrics, CUIRenditionSliceInformation;
6 |
7 | @interface _CUIRawPixelRendition : CUIThemeRendition {
8 | struct CGImage {} *_image[16];
9 | unsigned int _nimages;
10 | CUIRenditionMetrics *_renditionMetrics;
11 | CUIRenditionSliceInformation *_sliceInformation;
12 | struct CGImage { } *_unslicedImage;
13 | }
14 |
15 | - (id)_initWithCSIHeader:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg1;
16 | - (void)dealloc;
17 | - (id)imageForSliceIndex:(long long)arg1;
18 | - (id)initWithCSIData:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2 artworkStatus:(long long)arg3;
19 | - (bool)isScaled;
20 | - (id)maskForSliceIndex:(long long)arg1;
21 | - (id)metrics;
22 | - (id)sliceInformation;
23 | - (struct CGImage { }*)unslicedImage;
24 |
25 | @end
26 |
--------------------------------------------------------------------------------
/Extract/Extract/DragDropView.m:
--------------------------------------------------------------------------------
1 | //
2 | // DragDropView.m
3 | // Extract
4 | //
5 | // Created by markss on 15/3/5.
6 | // Copyright (c) 2015年 GL. All rights reserved.
7 | //
8 |
9 | #import "DragDropView.h"
10 |
11 | @implementation DragDropView
12 |
13 | - (void)drawRect:(NSRect)dirtyRect {
14 | [super drawRect:dirtyRect];
15 |
16 | // Drawing code here.
17 | }
18 |
19 | - (instancetype)initWithCoder:(NSCoder *)coder {
20 | self = [super initWithCoder:coder];
21 | if (self) {
22 | //register
23 | [self registerForDraggedTypes:@[NSFilenamesPboardType]];
24 | }
25 | return self;
26 | }
27 |
28 | - (NSDragOperation)draggingEntered:(id)sender {
29 | NSPasteboard *pboard = [sender draggingPasteboard];
30 | if ([[pboard types] containsObject:NSFilenamesPboardType]) {
31 | return NSDragOperationCopy;
32 | }
33 | return NSDragOperationNone;
34 | }
35 |
36 | - (BOOL)prepareForDragOperation:(id)sender{
37 | // 1)、get paste board
38 | NSPasteboard *zPasteboard = [sender draggingPasteboard];
39 | // 2)、get nsfilenames
40 | NSArray *list = [zPasteboard propertyListForType:NSFilenamesPboardType];
41 | // 3)、call back
42 | if(self.delegate && [self.delegate respondsToSelector:@selector(dragDropViewFileList:)])
43 | [self.delegate dragDropViewFileList:list];
44 | return YES;
45 | }
46 |
47 | @end
48 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDLayerEffectDropShadow.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIColor;
6 |
7 | @interface CUIPSDLayerEffectDropShadow : CUIPSDLayerEffectComponent {
8 | short _angle;
9 | int _blendMode;
10 | unsigned long long _blurSize;
11 | CUIColor *_color;
12 | unsigned long long _distance;
13 | double _opacity;
14 | unsigned long long _spread;
15 | }
16 |
17 | @property short angle;
18 | @property int blendMode;
19 | @property unsigned long long blurSize;
20 | @property(retain) CUIColor * color;
21 | @property unsigned long long distance;
22 | @property double opacity;
23 | @property unsigned long long spread;
24 |
25 | - (short)angle;
26 | - (int)blendMode;
27 | - (unsigned long long)blurSize;
28 | - (id)color;
29 | - (void)dealloc;
30 | - (unsigned long long)distance;
31 | - (unsigned int)effectType;
32 | - (id)init;
33 | - (id)initWithEffectFromPreset:(id)arg1 atIndex:(unsigned int)arg2;
34 | - (double)opacity;
35 | - (void)setAngle:(short)arg1;
36 | - (void)setBlendMode:(int)arg1;
37 | - (void)setBlurSize:(unsigned long long)arg1;
38 | - (void)setColor:(id)arg1;
39 | - (void)setDistance:(unsigned long long)arg1;
40 | - (void)setOpacity:(double)arg1;
41 | - (void)setSpread:(unsigned long long)arg1;
42 | - (unsigned long long)spread;
43 | - (bool)updateLayerEffectPreset:(id)arg1 error:(id*)arg2;
44 |
45 | @end
46 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDLayerEffectDropShadow.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIColor;
6 |
7 | @interface CUIPSDLayerEffectDropShadow : CUIPSDLayerEffectComponent {
8 | short _angle;
9 | int _blendMode;
10 | unsigned long long _blurSize;
11 | CUIColor *_color;
12 | unsigned long long _distance;
13 | double _opacity;
14 | unsigned long long _spread;
15 | }
16 |
17 | @property short angle;
18 | @property int blendMode;
19 | @property unsigned long long blurSize;
20 | @property(retain) CUIColor * color;
21 | @property unsigned long long distance;
22 | @property double opacity;
23 | @property unsigned long long spread;
24 |
25 | - (short)angle;
26 | - (int)blendMode;
27 | - (unsigned long long)blurSize;
28 | - (id)color;
29 | - (void)dealloc;
30 | - (unsigned long long)distance;
31 | - (unsigned int)effectType;
32 | - (id)init;
33 | - (id)initWithEffectFromPreset:(id)arg1 atIndex:(unsigned int)arg2;
34 | - (double)opacity;
35 | - (void)setAngle:(short)arg1;
36 | - (void)setBlendMode:(int)arg1;
37 | - (void)setBlurSize:(unsigned long long)arg1;
38 | - (void)setColor:(id)arg1;
39 | - (void)setDistance:(unsigned long long)arg1;
40 | - (void)setOpacity:(double)arg1;
41 | - (void)setSpread:(unsigned long long)arg1;
42 | - (unsigned long long)spread;
43 | - (bool)updateLayerEffectPreset:(id)arg1 error:(id*)arg2;
44 |
45 | @end
46 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIMutableStructuredThemeStore.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSMutableDictionary, NSString;
6 |
7 | @interface CUIMutableStructuredThemeStore : CUIStructuredThemeStore {
8 | NSString *_identifier;
9 | int _maxNameIdentifier;
10 | NSMutableDictionary *_memoryStore;
11 | NSMutableDictionary *_nameIdentifierStore;
12 | }
13 |
14 | - (id)allImageNames;
15 | - (bool)canGetRenditionWithKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1 isFPO:(bool*)arg2;
16 | - (bool)canGetRenditionWithKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
17 | - (void)clearRenditionCache;
18 | - (void)dealloc;
19 | - (id)imagesWithName:(id)arg1;
20 | - (id)initWithIdentifier:(id)arg1;
21 | - (void)insertCGImage:(struct CGImage { }*)arg1 withName:(id)arg2 andDescription:(id)arg3;
22 | - (const struct _renditionkeyfmt { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4[0]; }*)keyFormat;
23 | - (long long)maximumRenditionKeyTokenCount;
24 | - (void)removeImageNamed:(id)arg1 withDescription:(id)arg2;
25 | - (const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)renditionKeyForName:(id)arg1 cursorHotSpot:(struct CGPoint { double x1; double x2; }*)arg2;
26 | - (const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)renditionKeyForName:(id)arg1;
27 | - (id)renditionWithKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
28 | - (bool)usesCUISystemThemeRenditionKey;
29 |
30 | @end
31 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIMutableStructuredThemeStore.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSMutableDictionary, NSString;
6 |
7 | @interface CUIMutableStructuredThemeStore : CUIStructuredThemeStore {
8 | NSString *_identifier;
9 | int _maxNameIdentifier;
10 | NSMutableDictionary *_memoryStore;
11 | NSMutableDictionary *_nameIdentifierStore;
12 | }
13 |
14 | - (id)allImageNames;
15 | - (bool)canGetRenditionWithKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1 isFPO:(bool*)arg2;
16 | - (bool)canGetRenditionWithKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
17 | - (void)clearRenditionCache;
18 | - (void)dealloc;
19 | - (id)imagesWithName:(id)arg1;
20 | - (id)initWithIdentifier:(id)arg1;
21 | - (void)insertCGImage:(struct CGImage { }*)arg1 withName:(id)arg2 andDescription:(id)arg3;
22 | - (const struct _renditionkeyfmt { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4[0]; }*)keyFormat;
23 | - (long long)maximumRenditionKeyTokenCount;
24 | - (void)removeImageNamed:(id)arg1 withDescription:(id)arg2;
25 | - (const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)renditionKeyForName:(id)arg1 cursorHotSpot:(struct CGPoint { double x1; double x2; }*)arg2;
26 | - (const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)renditionKeyForName:(id)arg1;
27 | - (id)renditionWithKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
28 | - (bool)usesCUISystemThemeRenditionKey;
29 |
30 | @end
31 |
--------------------------------------------------------------------------------
/Extract/Extract/Images.xcassets/AppIcon.appiconset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "size" : "16x16",
5 | "idiom" : "mac",
6 | "filename" : "Icon_16x16.png",
7 | "scale" : "1x"
8 | },
9 | {
10 | "size" : "16x16",
11 | "idiom" : "mac",
12 | "filename" : "Icon_16x16@2x.png",
13 | "scale" : "2x"
14 | },
15 | {
16 | "size" : "32x32",
17 | "idiom" : "mac",
18 | "filename" : "Icon_32x32.png",
19 | "scale" : "1x"
20 | },
21 | {
22 | "size" : "32x32",
23 | "idiom" : "mac",
24 | "filename" : "Icon_32x32@2x.png",
25 | "scale" : "2x"
26 | },
27 | {
28 | "size" : "128x128",
29 | "idiom" : "mac",
30 | "filename" : "Icon_128x128.png",
31 | "scale" : "1x"
32 | },
33 | {
34 | "size" : "128x128",
35 | "idiom" : "mac",
36 | "filename" : "Icon_128x128@2x.png",
37 | "scale" : "2x"
38 | },
39 | {
40 | "size" : "256x256",
41 | "idiom" : "mac",
42 | "filename" : "Icon_256x256.png",
43 | "scale" : "1x"
44 | },
45 | {
46 | "size" : "256x256",
47 | "idiom" : "mac",
48 | "filename" : "Icon_256x256@2x.png",
49 | "scale" : "2x"
50 | },
51 | {
52 | "size" : "512x512",
53 | "idiom" : "mac",
54 | "filename" : "Icon_512x512.png",
55 | "scale" : "1x"
56 | },
57 | {
58 | "size" : "512x512",
59 | "idiom" : "mac",
60 | "filename" : "Icon_512x512@2x.png",
61 | "scale" : "2x"
62 | }
63 | ],
64 | "info" : {
65 | "version" : 1,
66 | "author" : "xcode"
67 | }
68 | }
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CoreUI.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CoreUI : NSObject {
6 | }
7 |
8 | + (void)_changeToLookGradation:(long long)arg1 forceRedraw:(bool)arg2;
9 | + (id)_customLookDelegate;
10 | + (void)_determineCompatibilityMode;
11 | + (bool)_hasDarkMenuBarForLook:(struct _themelook { long long x1; char *x2; }*)arg1;
12 | + (void)_invalidateVisibleWindows;
13 | + (bool)_isCurrentLook:(struct _themelook { long long x1; char *x2; }*)arg1;
14 | + (bool)_isInIBCocoaSimulator;
15 | + (void)_setCurrentSystemThemeLook:(struct _themelook { long long x1; char *x2; }*)arg1;
16 | + (void)_setCustomLookDelegate:(id)arg1;
17 | + (void)_setThemeLookDelegate:(id)arg1;
18 | + (id)_themeLookDelegate;
19 | + (void)_updateMenuBarDrawingStyleForLook:(struct _themelook { long long x1; char *x2; }*)arg1;
20 | + (bool)boolForDefaultsKey:(id)arg1;
21 | + (void)changeToLook:(struct _themelook { long long x1; char *x2; }*)arg1;
22 | + (void)changeToLookGradation:(long long)arg1;
23 | + (long long)currentLookGradation;
24 | + (struct _themelook { long long x1; char *x2; }*)currentSystemThemeLook;
25 | + (bool)defaultExistsForKey:(id)arg1;
26 | + (id)defaultsDomainName;
27 | + (void)install;
28 | + (void)installForCustomLook:(id)arg1;
29 | + (long long)integerForDefaultsKey:(id)arg1;
30 | + (bool)isSharedCacheSizeTestEnabled;
31 | + (long long)lookCongruencyForObject:(id)arg1;
32 | + (long long)maximumLookGradation;
33 | + (void)setBool:(bool)arg1 forDefaultsKey:(id)arg2;
34 | + (void)setValue:(id)arg1 forDefaultsKey:(id)arg2;
35 | + (id)stringForDefaultsKey:(id)arg1;
36 | + (id)versionCreditsString;
37 |
38 | @end
39 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CoreUI.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CoreUI : NSObject {
6 | }
7 |
8 | + (void)_changeToLookGradation:(long long)arg1 forceRedraw:(bool)arg2;
9 | + (id)_customLookDelegate;
10 | + (void)_determineCompatibilityMode;
11 | + (bool)_hasDarkMenuBarForLook:(struct _themelook { long long x1; char *x2; }*)arg1;
12 | + (void)_invalidateVisibleWindows;
13 | + (bool)_isCurrentLook:(struct _themelook { long long x1; char *x2; }*)arg1;
14 | + (bool)_isInIBCocoaSimulator;
15 | + (void)_setCurrentSystemThemeLook:(struct _themelook { long long x1; char *x2; }*)arg1;
16 | + (void)_setCustomLookDelegate:(id)arg1;
17 | + (void)_setThemeLookDelegate:(id)arg1;
18 | + (id)_themeLookDelegate;
19 | + (void)_updateMenuBarDrawingStyleForLook:(struct _themelook { long long x1; char *x2; }*)arg1;
20 | + (bool)boolForDefaultsKey:(id)arg1;
21 | + (void)changeToLook:(struct _themelook { long long x1; char *x2; }*)arg1;
22 | + (void)changeToLookGradation:(long long)arg1;
23 | + (long long)currentLookGradation;
24 | + (struct _themelook { long long x1; char *x2; }*)currentSystemThemeLook;
25 | + (bool)defaultExistsForKey:(id)arg1;
26 | + (id)defaultsDomainName;
27 | + (void)install;
28 | + (void)installForCustomLook:(id)arg1;
29 | + (long long)integerForDefaultsKey:(id)arg1;
30 | + (bool)isSharedCacheSizeTestEnabled;
31 | + (long long)lookCongruencyForObject:(id)arg1;
32 | + (long long)maximumLookGradation;
33 | + (void)setBool:(bool)arg1 forDefaultsKey:(id)arg2;
34 | + (void)setValue:(id)arg1 forDefaultsKey:(id)arg2;
35 | + (id)stringForDefaultsKey:(id)arg1;
36 | + (id)versionCreditsString;
37 |
38 | @end
39 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/_CSIRenditionBlockData.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface _CSIRenditionBlockData : NSObject {
6 | unsigned int _mmappedData : 1;
7 | char *_data;
8 | unsigned int _dataPixelFormat;
9 | unsigned char _imageBlockReleaseCount;
10 | BOOL _name[128];
11 | unsigned int _nrows;
12 | int _pixelFormat;
13 | unsigned long long _rowbytes;
14 | }
15 |
16 | + (id)sharedCache;
17 |
18 | - (void)_allocateImageBytes;
19 | - (void)_freeImageBytes;
20 | - (void)_makeReadOnly;
21 | - (const char *)bytes;
22 | - (void)dealloc;
23 | - (void)expandCSIBitmapData:(struct _csibitmap { unsigned int x1; union { unsigned int x_2_1_1; struct _csibitmapflags { unsigned int x_2_2_1 : 1; unsigned int x_2_2_2 : 1; unsigned int x_2_2_3 : 30; } x_2_1_2; } x2; unsigned int x3; unsigned int x4; unsigned char x5[0]; }*)arg1 fromSlice:(struct _slice { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; })arg2 makeReadOnly:(bool)arg3;
24 | - (id)initWithPixelWidth:(unsigned int)arg1 pixelHeight:(unsigned int)arg2 pixelFormat:(int)arg3;
25 | - (unsigned int)nrows;
26 | - (int)pixelFormat;
27 | - (unsigned long long)rowbytes;
28 | - (void)tallyImageBlockRelease;
29 | - (void)updateFromCSIHeader:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg1;
30 | - (bool)wasUsedTransiently;
31 |
32 | @end
33 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/_CSIRenditionBlockData.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface _CSIRenditionBlockData : NSObject {
6 | unsigned int _mmappedData : 1;
7 | char *_data;
8 | unsigned int _dataPixelFormat;
9 | unsigned char _imageBlockReleaseCount;
10 | BOOL _name[128];
11 | unsigned int _nrows;
12 | int _pixelFormat;
13 | unsigned long long _rowbytes;
14 | }
15 |
16 | + (id)sharedCache;
17 |
18 | - (void)_allocateImageBytes;
19 | - (void)_freeImageBytes;
20 | - (void)_makeReadOnly;
21 | - (const char *)bytes;
22 | - (void)dealloc;
23 | - (void)expandCSIBitmapData:(struct _csibitmap { unsigned int x1; union { unsigned int x_2_1_1; struct _csibitmapflags { unsigned int x_2_2_1 : 1; unsigned int x_2_2_2 : 1; unsigned int x_2_2_3 : 30; } x_2_1_2; } x2; unsigned int x3; unsigned int x4; unsigned char x5[0]; }*)arg1 fromSlice:(struct _slice { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; })arg2 makeReadOnly:(bool)arg3;
24 | - (id)initWithPixelWidth:(unsigned int)arg1 pixelHeight:(unsigned int)arg2 pixelFormat:(int)arg3;
25 | - (unsigned int)nrows;
26 | - (int)pixelFormat;
27 | - (unsigned long long)rowbytes;
28 | - (void)tallyImageBlockRelease;
29 | - (void)updateFromCSIHeader:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg1;
30 | - (bool)wasUsedTransiently;
31 |
32 | @end
33 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUINamedImage.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIRenditionKey, NSString;
6 |
7 | @interface CUINamedImage : NSObject {
8 | CUIRenditionKey *_key;
9 | NSString *_name;
10 | unsigned long long _storageRef;
11 | }
12 |
13 | @property(readonly) int blendMode;
14 | @property(readonly) int exifOrientation;
15 | @property(readonly) bool hasSliceInformation;
16 | @property(readonly) long long imageType;
17 | @property(readonly) bool isStructured;
18 | @property(readonly) bool isTemplate;
19 | @property(readonly) bool isVectorBased;
20 | @property(copy) NSString * name;
21 | @property(readonly) double opacity;
22 | @property(readonly) long long resizingMode;
23 | @property(readonly) double scale;
24 | @property(readonly) long long templateRenderingMode;
25 | @property NSSize size;
26 |
27 | - (id)UIImage;
28 | - (id)_rendition;
29 | - (id)_themeStore;
30 | - (struct { double x1; double x2; double x3; double x4; })alignmentEdgeInsets;
31 | - (id)baseKey;
32 | - (int)blendMode;
33 | - (void)dealloc;
34 | - (id)description;
35 | - (struct { double x1; double x2; double x3; double x4; })edgeInsets;
36 | - (int)exifOrientation;
37 | - (long long)graphicsClass;
38 | - (bool)hasSliceInformation;
39 | - (long long)idiom;
40 | - (struct CGImage { }*)image;
41 | - (long long)imageType;
42 | - (id)initWithName:(id)arg1 usingRenditionKey:(id)arg2 fromTheme:(unsigned long long)arg3;
43 | - (bool)isStructured;
44 | - (bool)isTemplate;
45 | - (bool)isVectorBased;
46 | - (long long)memoryClass;
47 | - (id)name;
48 | - (double)opacity;
49 | - (double)positionOfSliceBoundary:(unsigned int)arg1;
50 | - (id)renditionKey;
51 | - (long long)resizingMode;
52 | - (double)scale;
53 | - (void)setName:(id)arg1;
54 | - (long long)sizeClassHorizontal;
55 | - (long long)sizeClassVertical;
56 | - (unsigned long long)subtype;
57 | - (long long)templateRenderingMode;
58 | - (id)traitCollection;
59 |
60 | @end
61 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIThemeSchemaRenditionGroup.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIRenditionKey, NSArray;
6 |
7 | @interface CUIThemeSchemaRenditionGroup : NSObject {
8 | CUIRenditionKey *_baseKey;
9 | struct { char *x1; char *x2; struct _renditionkeytoken { unsigned short x_3_1_1; unsigned short x_3_1_2; } x3[5]; long long x4; long long x5; struct { char *x_6_1_1; char *x_6_1_2; long long x_6_1_3; unsigned long long x_6_1_4; } x6[12]; } *_part;
10 | NSArray *_renditions;
11 | }
12 |
13 | @property(retain) NSArray * renditions;
14 |
15 | + (id)renditionGroupsForRenditions:(id)arg1 part:(struct { char *x1; char *x2; struct _renditionkeytoken { unsigned short x_3_1_1; unsigned short x_3_1_2; } x3[5]; long long x4; long long x5; struct { char *x_6_1_1; char *x_6_1_2; long long x_6_1_3; unsigned long long x_6_1_4; } x6[12]; }*)arg2;
16 |
17 | - (id)_layerNameForDrawingLayer:(long long)arg1;
18 | - (id)_layerNameForState:(long long)arg1;
19 | - (id)_renditionsSortedIntoLayers;
20 | - (void)addLayoutMetricsToPSDImageRef:(id)arg1 withRendition:(id)arg2;
21 | - (void)addStatesAndDrawingLayersToPSDLayers:(id)arg1 forPresentationState:(unsigned long long)arg2;
22 | - (void)addValueOrDim1LayersToPSDLayers:(id)arg1 forPresentationState:(unsigned long long)arg2 state:(unsigned long long)arg3 drawingLayer:(unsigned long long)arg4;
23 | - (id)baseKey;
24 | - (void)dealloc;
25 | - (id)description;
26 | - (id)initWithRenditions:(id)arg1 part:(struct { char *x1; char *x2; struct _renditionkeytoken { unsigned short x_3_1_1; unsigned short x_3_1_2; } x3[5]; long long x4; long long x5; struct { char *x_6_1_1; char *x_6_1_2; long long x_6_1_3; unsigned long long x_6_1_4; } x6[12]; }*)arg2;
27 | - (id)mutablePSDImageRef;
28 | - (id)mutablePSDImageRefColumnStyle;
29 | - (long long)partFeatures;
30 | - (id)renditions;
31 | - (id)schemaLayersAndLayerGroups;
32 | - (void)setRenditions:(id)arg1;
33 | - (id)themeSchemaLayers;
34 |
35 | @end
36 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIThemeSchemaRenditionGroup.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIRenditionKey, NSArray;
6 |
7 | @interface CUIThemeSchemaRenditionGroup : NSObject {
8 | CUIRenditionKey *_baseKey;
9 | struct { char *x1; char *x2; struct _renditionkeytoken { unsigned short x_3_1_1; unsigned short x_3_1_2; } x3[5]; long long x4; long long x5; struct { char *x_6_1_1; char *x_6_1_2; long long x_6_1_3; unsigned long long x_6_1_4; } x6[12]; } *_part;
10 | NSArray *_renditions;
11 | }
12 |
13 | @property(retain) NSArray * renditions;
14 |
15 | + (id)renditionGroupsForRenditions:(id)arg1 part:(struct { char *x1; char *x2; struct _renditionkeytoken { unsigned short x_3_1_1; unsigned short x_3_1_2; } x3[5]; long long x4; long long x5; struct { char *x_6_1_1; char *x_6_1_2; long long x_6_1_3; unsigned long long x_6_1_4; } x6[12]; }*)arg2;
16 |
17 | - (id)_layerNameForDrawingLayer:(long long)arg1;
18 | - (id)_layerNameForState:(long long)arg1;
19 | - (id)_renditionsSortedIntoLayers;
20 | - (void)addLayoutMetricsToPSDImageRef:(id)arg1 withRendition:(id)arg2;
21 | - (void)addStatesAndDrawingLayersToPSDLayers:(id)arg1 forPresentationState:(unsigned long long)arg2;
22 | - (void)addValueOrDim1LayersToPSDLayers:(id)arg1 forPresentationState:(unsigned long long)arg2 state:(unsigned long long)arg3 drawingLayer:(unsigned long long)arg4;
23 | - (id)baseKey;
24 | - (void)dealloc;
25 | - (id)description;
26 | - (id)initWithRenditions:(id)arg1 part:(struct { char *x1; char *x2; struct _renditionkeytoken { unsigned short x_3_1_1; unsigned short x_3_1_2; } x3[5]; long long x4; long long x5; struct { char *x_6_1_1; char *x_6_1_2; long long x_6_1_3; unsigned long long x_6_1_4; } x6[12]; }*)arg2;
27 | - (id)mutablePSDImageRef;
28 | - (id)mutablePSDImageRefColumnStyle;
29 | - (long long)partFeatures;
30 | - (id)renditions;
31 | - (id)schemaLayersAndLayerGroups;
32 | - (void)setRenditions:(id)arg1;
33 | - (id)themeSchemaLayers;
34 |
35 | @end
36 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/_CUIThemePixelRendition.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIRenditionMetrics, CUIRenditionSliceInformation, _CSIRenditionBlockData;
6 |
7 | @interface _CUIThemePixelRendition : CUIThemeRendition {
8 | _CSIRenditionBlockData *_cachedBlockDataBGRX;
9 | _CSIRenditionBlockData *_cachedBlockDataRGBX;
10 | CUIRenditionMetrics *_renditionMetrics;
11 | CUIRenditionSliceInformation *_sliceInformation;
12 | struct CGImage {} *image[16];
13 | unsigned int nimages;
14 | struct CGImage { } *unslicedImage;
15 | }
16 |
17 | - (id)_initWithCSIHeader:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg1;
18 | - (id)copySharedBlockDataWithPixelFormat:(int)arg1;
19 | - (void)dealloc;
20 | - (id)imageForSliceIndex:(long long)arg1;
21 | - (id)initWithCSIData:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2 artworkStatus:(long long)arg3;
22 | - (bool)isScaled;
23 | - (bool)isTiled;
24 | - (id)maskForSliceIndex:(long long)arg1;
25 | - (id)metrics;
26 | - (struct CGImage { }*)newImageFromCSIDataSlice:(struct _slice { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; })arg1 ofBitmap:(struct _csibitmap { unsigned int x1; union { unsigned int x_2_1_1; struct _csibitmapflags { unsigned int x_2_2_1 : 1; unsigned int x_2_2_2 : 1; unsigned int x_2_2_3 : 30; } x_2_1_2; } x2; unsigned int x3; unsigned int x4; unsigned char x5[0]; }*)arg2 usingColorspace:(struct CGColorSpace { }*)arg3;
27 | - (void)setSharedBlockData:(id)arg1;
28 | - (id)sliceInformation;
29 | - (struct CGImage { }*)unslicedImage;
30 |
31 | @end
32 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/_CUIThemePixelRendition.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIRenditionMetrics, CUIRenditionSliceInformation, _CSIRenditionBlockData;
6 |
7 | @interface _CUIThemePixelRendition : CUIThemeRendition {
8 | _CSIRenditionBlockData *_cachedBlockDataBGRX;
9 | _CSIRenditionBlockData *_cachedBlockDataRGBX;
10 | CUIRenditionMetrics *_renditionMetrics;
11 | CUIRenditionSliceInformation *_sliceInformation;
12 | struct CGImage {} *image[16];
13 | unsigned int nimages;
14 | struct CGImage { } *unslicedImage;
15 | }
16 |
17 | - (id)_initWithCSIHeader:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg1;
18 | - (id)copySharedBlockDataWithPixelFormat:(int)arg1;
19 | - (void)dealloc;
20 | - (id)imageForSliceIndex:(long long)arg1;
21 | - (id)initWithCSIData:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2 artworkStatus:(long long)arg3;
22 | - (bool)isScaled;
23 | - (bool)isTiled;
24 | - (id)maskForSliceIndex:(long long)arg1;
25 | - (id)metrics;
26 | - (struct CGImage { }*)newImageFromCSIDataSlice:(struct _slice { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; })arg1 ofBitmap:(struct _csibitmap { unsigned int x1; union { unsigned int x_2_1_1; struct _csibitmapflags { unsigned int x_2_2_1 : 1; unsigned int x_2_2_2 : 1; unsigned int x_2_2_3 : 30; } x_2_1_2; } x2; unsigned int x3; unsigned int x4; unsigned char x5[0]; }*)arg2 usingColorspace:(struct CGColorSpace { }*)arg3;
27 | - (void)setSharedBlockData:(id)arg1;
28 | - (id)sliceInformation;
29 | - (struct CGImage { }*)unslicedImage;
30 |
31 | @end
32 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIRenditionSliceInformation.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIRenditionSliceInformation : NSObject {
6 | struct CGRect {
7 | struct CGPoint {
8 | double x;
9 | double y;
10 | } origin;
11 | struct CGSize {
12 | double width;
13 | double height;
14 | } size;
15 | struct {
16 | double top;
17 | double left;
18 | double bottom;
19 | double right;
20 | double _boundaries[4];
21 | } _destinationRect;
22 | } _edgeInsets;
23 | long long _renditionType;
24 | }
25 |
26 | @property(readonly) struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; } destinationRect;
27 | @property(readonly) struct { double x1; double x2; double x3; double x4; } edgeInsets;
28 | @property(readonly) long long renditionType;
29 |
30 | - (struct CGSize { double x1; double x2; })_bottomRightCapSize;
31 | - (struct CGSize { double x1; double x2; })_topLeftCapSize;
32 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
33 | - (id)description;
34 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })destinationRect;
35 | - (struct { double x1; double x2; double x3; double x4; })edgeInsets;
36 | - (id)initWithRenditionType:(long long)arg1 destinationRect:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg2 topLeftInset:(struct CGSize { double x1; double x2; })arg3 bottomRightInset:(struct CGSize { double x1; double x2; })arg4;
37 | - (id)initWithSliceInformation:(id)arg1 destinationRect:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg2;
38 | - (double)positionOfSliceBoundary:(unsigned long long)arg1;
39 | - (long long)renditionType;
40 |
41 | @end
42 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIRenditionSliceInformation.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIRenditionSliceInformation : NSObject {
6 | struct CGRect {
7 | struct CGPoint {
8 | double x;
9 | double y;
10 | } origin;
11 | struct CGSize {
12 | double width;
13 | double height;
14 | } size;
15 | struct {
16 | double top;
17 | double left;
18 | double bottom;
19 | double right;
20 | double _boundaries[4];
21 | } _destinationRect;
22 | } _edgeInsets;
23 | long long _renditionType;
24 | }
25 |
26 | @property(readonly) struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; } destinationRect;
27 | @property(readonly) struct { double x1; double x2; double x3; double x4; } edgeInsets;
28 | @property(readonly) long long renditionType;
29 |
30 | - (struct CGSize { double x1; double x2; })_bottomRightCapSize;
31 | - (struct CGSize { double x1; double x2; })_topLeftCapSize;
32 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
33 | - (id)description;
34 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })destinationRect;
35 | - (struct { double x1; double x2; double x3; double x4; })edgeInsets;
36 | - (id)initWithRenditionType:(long long)arg1 destinationRect:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg2 topLeftInset:(struct CGSize { double x1; double x2; })arg3 bottomRightInset:(struct CGSize { double x1; double x2; })arg4;
37 | - (id)initWithSliceInformation:(id)arg1 destinationRect:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg2;
38 | - (double)positionOfSliceBoundary:(unsigned long long)arg1;
39 | - (long long)renditionType;
40 |
41 | @end
42 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDLayerEffectBevelEmboss.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIColor;
6 |
7 | @interface CUIPSDLayerEffectBevelEmboss : CUIPSDLayerEffectComponent {
8 | unsigned long long _altitude;
9 | short _angle;
10 | unsigned long long _blurSize;
11 | unsigned int _direction;
12 | int _highlightBlendMode;
13 | CUIColor *_highlightColor;
14 | double _highlightOpacity;
15 | int _shadowBlendMode;
16 | CUIColor *_shadowColor;
17 | double _shadowOpacity;
18 | unsigned long long _softenSize;
19 | }
20 |
21 | @property unsigned long long altitude;
22 | @property short angle;
23 | @property unsigned long long blurSize;
24 | @property unsigned int direction;
25 | @property int highlightBlendMode;
26 | @property(retain) CUIColor * highlightColor;
27 | @property double highlightOpacity;
28 | @property int shadowBlendMode;
29 | @property(retain) CUIColor * shadowColor;
30 | @property double shadowOpacity;
31 | @property unsigned long long softenSize;
32 |
33 | - (unsigned long long)altitude;
34 | - (short)angle;
35 | - (unsigned long long)blurSize;
36 | - (void)dealloc;
37 | - (unsigned int)direction;
38 | - (unsigned int)effectType;
39 | - (int)highlightBlendMode;
40 | - (id)highlightColor;
41 | - (double)highlightOpacity;
42 | - (id)init;
43 | - (id)initWithEffectFromPreset:(id)arg1 atIndex:(unsigned int)arg2;
44 | - (void)setAltitude:(unsigned long long)arg1;
45 | - (void)setAngle:(short)arg1;
46 | - (void)setBlurSize:(unsigned long long)arg1;
47 | - (void)setDirection:(unsigned int)arg1;
48 | - (void)setHighlightBlendMode:(int)arg1;
49 | - (void)setHighlightColor:(id)arg1;
50 | - (void)setHighlightOpacity:(double)arg1;
51 | - (void)setShadowBlendMode:(int)arg1;
52 | - (void)setShadowColor:(id)arg1;
53 | - (void)setShadowOpacity:(double)arg1;
54 | - (void)setSoftenSize:(unsigned long long)arg1;
55 | - (int)shadowBlendMode;
56 | - (id)shadowColor;
57 | - (double)shadowOpacity;
58 | - (unsigned long long)softenSize;
59 | - (bool)updateLayerEffectPreset:(id)arg1 error:(id*)arg2;
60 |
61 | @end
62 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDLayerEffectBevelEmboss.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIColor;
6 |
7 | @interface CUIPSDLayerEffectBevelEmboss : CUIPSDLayerEffectComponent {
8 | unsigned long long _altitude;
9 | short _angle;
10 | unsigned long long _blurSize;
11 | unsigned int _direction;
12 | int _highlightBlendMode;
13 | CUIColor *_highlightColor;
14 | double _highlightOpacity;
15 | int _shadowBlendMode;
16 | CUIColor *_shadowColor;
17 | double _shadowOpacity;
18 | unsigned long long _softenSize;
19 | }
20 |
21 | @property unsigned long long altitude;
22 | @property short angle;
23 | @property unsigned long long blurSize;
24 | @property unsigned int direction;
25 | @property int highlightBlendMode;
26 | @property(retain) CUIColor * highlightColor;
27 | @property double highlightOpacity;
28 | @property int shadowBlendMode;
29 | @property(retain) CUIColor * shadowColor;
30 | @property double shadowOpacity;
31 | @property unsigned long long softenSize;
32 |
33 | - (unsigned long long)altitude;
34 | - (short)angle;
35 | - (unsigned long long)blurSize;
36 | - (void)dealloc;
37 | - (unsigned int)direction;
38 | - (unsigned int)effectType;
39 | - (int)highlightBlendMode;
40 | - (id)highlightColor;
41 | - (double)highlightOpacity;
42 | - (id)init;
43 | - (id)initWithEffectFromPreset:(id)arg1 atIndex:(unsigned int)arg2;
44 | - (void)setAltitude:(unsigned long long)arg1;
45 | - (void)setAngle:(short)arg1;
46 | - (void)setBlurSize:(unsigned long long)arg1;
47 | - (void)setDirection:(unsigned int)arg1;
48 | - (void)setHighlightBlendMode:(int)arg1;
49 | - (void)setHighlightColor:(id)arg1;
50 | - (void)setHighlightOpacity:(double)arg1;
51 | - (void)setShadowBlendMode:(int)arg1;
52 | - (void)setShadowColor:(id)arg1;
53 | - (void)setShadowOpacity:(double)arg1;
54 | - (void)setSoftenSize:(unsigned long long)arg1;
55 | - (int)shadowBlendMode;
56 | - (id)shadowColor;
57 | - (double)shadowOpacity;
58 | - (unsigned long long)softenSize;
59 | - (bool)updateLayerEffectPreset:(id)arg1 error:(id*)arg2;
60 |
61 | @end
62 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/_CUIThemeGradientRendition.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIThemeGradient;
6 |
7 | @interface _CUIThemeGradientRendition : CUIThemeRendition {
8 | CUIThemeGradient *gradient;
9 | double gradientAngle;
10 | }
11 |
12 | + (id)_nodesFromNodeList:(struct _csigradientdatanode { unsigned int x1; float x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; }*)arg1 count:(unsigned long long)arg2 header:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg3;
13 | + (struct __CUIThemeGradientRenditionInitializerStruct { unsigned int x1; double x2; id x3; })_parseGradientInfoFromCSIHeader:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg1;
14 |
15 | - (id)_initWithCSIHeader:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg1;
16 | - (void)dealloc;
17 | - (id)gradient;
18 | - (double)gradientDrawingAngle;
19 | - (unsigned int)gradientStyle;
20 | - (id)initWithCSIData:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2 artworkStatus:(long long)arg3;
21 |
22 | @end
23 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/_CUIThemeGradientRendition.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIThemeGradient;
6 |
7 | @interface _CUIThemeGradientRendition : CUIThemeRendition {
8 | CUIThemeGradient *gradient;
9 | double gradientAngle;
10 | }
11 |
12 | + (id)_nodesFromNodeList:(struct _csigradientdatanode { unsigned int x1; float x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; }*)arg1 count:(unsigned long long)arg2 header:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg3;
13 | + (struct __CUIThemeGradientRenditionInitializerStruct { unsigned int x1; double x2; id x3; })_parseGradientInfoFromCSIHeader:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg1;
14 |
15 | - (id)_initWithCSIHeader:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg1;
16 | - (void)dealloc;
17 | - (id)gradient;
18 | - (double)gradientDrawingAngle;
19 | - (unsigned int)gradientStyle;
20 | - (id)initWithCSIData:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2 artworkStatus:(long long)arg3;
21 |
22 | @end
23 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIMutableCommonAssetStorage.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIMutableCommonAssetStorage : CUICommonAssetStorage {
6 | }
7 |
8 | - (void)_setConstantName:(id)arg1 displayName:(id)arg2 forID:(unsigned int)arg3 inDebugTree:(void*)arg4;
9 | - (void)_setZeroCodeInfo:(struct { unsigned int x1; unsigned int x2; })arg1 forKey:(const void*)arg2 withLength:(unsigned long long)arg3 inTree:(const void*)arg4;
10 | - (id)initWithPath:(id)arg1;
11 | - (void)removeAssetForKey:(const void*)arg1 withLength:(unsigned long long)arg2;
12 | - (void)removeAssetForKey:(id)arg1;
13 | - (void)setAsset:(id)arg1 forKey:(const void*)arg2 withLength:(unsigned long long)arg3;
14 | - (void)setAsset:(id)arg1 forKey:(id)arg2;
15 | - (void)setAssociatedChecksum:(unsigned int)arg1;
16 | - (void)setColor:(struct _rgbquad { unsigned int x1 : 8; unsigned int x2 : 8; unsigned int x3 : 8; unsigned int x4 : 8; })arg1 forName:(const char *)arg2 excludeFromFilter:(bool)arg3;
17 | - (void)setColorSpaceID:(unsigned int)arg1;
18 | - (void)setConstantName:(id)arg1 displayName:(id)arg2 forElementID:(long long)arg3;
19 | - (void)setConstantName:(id)arg1 displayName:(id)arg2 forPartID:(long long)arg3;
20 | - (void)setFontName:(id)arg1 baselineOffset:(float)arg2 forFontSelector:(id)arg3;
21 | - (void)setFontSize:(float)arg1 forFontSizeSelector:(id)arg2;
22 | - (void)setKeyFormatData:(id)arg1;
23 | - (void)setKeySemantics:(int)arg1;
24 | - (void)setRenditionCount:(unsigned int)arg1;
25 | - (void)setRenditionKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1 hotSpot:(struct CGPoint { double x1; double x2; })arg2 forName:(const char *)arg3;
26 | - (void)setSchemaVersion:(unsigned int)arg1;
27 | - (void)setStorageVersion:(unsigned int)arg1;
28 | - (void)setUuid:(id)arg1;
29 | - (void)setVersionString:(const char *)arg1;
30 | - (void)setZeroCodeBezelInformation:(struct { unsigned int x1; unsigned int x2; })arg1 forKey:(const void*)arg2 withLength:(unsigned long long)arg3;
31 | - (void)setZeroCodeGlyphInformation:(struct { unsigned int x1; unsigned int x2; })arg1 forKey:(const void*)arg2 withLength:(unsigned long long)arg3;
32 | - (bool)writeToDisk;
33 | - (bool)writeToDiskAndCompact:(bool)arg1;
34 |
35 | @end
36 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIMutableCommonAssetStorage.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIMutableCommonAssetStorage : CUICommonAssetStorage {
6 | }
7 |
8 | - (void)_setConstantName:(id)arg1 displayName:(id)arg2 forID:(unsigned int)arg3 inDebugTree:(void*)arg4;
9 | - (void)_setZeroCodeInfo:(struct { unsigned int x1; unsigned int x2; })arg1 forKey:(const void*)arg2 withLength:(unsigned long long)arg3 inTree:(const void*)arg4;
10 | - (id)initWithPath:(id)arg1;
11 | - (void)removeAssetForKey:(const void*)arg1 withLength:(unsigned long long)arg2;
12 | - (void)removeAssetForKey:(id)arg1;
13 | - (void)setAsset:(id)arg1 forKey:(const void*)arg2 withLength:(unsigned long long)arg3;
14 | - (void)setAsset:(id)arg1 forKey:(id)arg2;
15 | - (void)setAssociatedChecksum:(unsigned int)arg1;
16 | - (void)setColor:(struct _rgbquad { unsigned int x1 : 8; unsigned int x2 : 8; unsigned int x3 : 8; unsigned int x4 : 8; })arg1 forName:(const char *)arg2 excludeFromFilter:(bool)arg3;
17 | - (void)setColorSpaceID:(unsigned int)arg1;
18 | - (void)setConstantName:(id)arg1 displayName:(id)arg2 forElementID:(long long)arg3;
19 | - (void)setConstantName:(id)arg1 displayName:(id)arg2 forPartID:(long long)arg3;
20 | - (void)setFontName:(id)arg1 baselineOffset:(float)arg2 forFontSelector:(id)arg3;
21 | - (void)setFontSize:(float)arg1 forFontSizeSelector:(id)arg2;
22 | - (void)setKeyFormatData:(id)arg1;
23 | - (void)setKeySemantics:(int)arg1;
24 | - (void)setRenditionCount:(unsigned int)arg1;
25 | - (void)setRenditionKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1 hotSpot:(struct CGPoint { double x1; double x2; })arg2 forName:(const char *)arg3;
26 | - (void)setSchemaVersion:(unsigned int)arg1;
27 | - (void)setStorageVersion:(unsigned int)arg1;
28 | - (void)setUuid:(id)arg1;
29 | - (void)setVersionString:(const char *)arg1;
30 | - (void)setZeroCodeBezelInformation:(struct { unsigned int x1; unsigned int x2; })arg1 forKey:(const void*)arg2 withLength:(unsigned long long)arg3;
31 | - (void)setZeroCodeGlyphInformation:(struct { unsigned int x1; unsigned int x2; })arg1 forKey:(const void*)arg2 withLength:(unsigned long long)arg3;
32 | - (bool)writeToDisk;
33 | - (bool)writeToDiskAndCompact:(bool)arg1;
34 |
35 | @end
36 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIMutablePSDImageRef.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIMutablePSDImageRef : CUIPSDImageRef {
6 | }
7 |
8 | - (void)addLayer:(id)arg1;
9 | - (void)addLayoutMetricsChannel:(id)arg1;
10 | - (void)addOrUpdateSlicesWithSliceRects:(id)arg1;
11 | - (void)addOrUpdateSlicesWithXCutPositions:(id)arg1 yCutPositions:(id)arg2;
12 | - (struct __CFData { }*)copyDefaultICCProfileData;
13 | - (void)deleteLayerAtIndex:(unsigned int)arg1;
14 | - (void)deleteLayoutMetricsChannelAtIndex:(unsigned int)arg1;
15 | - (id)initWithPixelWidth:(unsigned long long)arg1 pixelHeight:(unsigned long long)arg2;
16 | - (void)insertLayer:(id)arg1 atIndex:(unsigned int)arg2;
17 | - (void)insertLayoutMetricsChannel:(id)arg1 atIndex:(unsigned int)arg2;
18 | - (struct PSDGradient { double x1; double x2; boolx3; boolx4; boolx5; double x6; double x7; double x8; int x9; struct PSDColorRGBA { double x_10_1_1; double x_10_1_2; double x_10_1_3; double x_10_1_4; } x10; struct vector > { struct PSDGradientColorStop {} *x_11_1_1; struct PSDGradientColorStop {} *x_11_1_2; struct __compressed_pair > { struct PSDGradientColorStop {} *x_3_2_1; } x_11_1_3; } x11; struct vector > { struct PSDGradientOpacityStop {} *x_12_1_1; struct PSDGradientOpacityStop {} *x_12_1_2; struct __compressed_pair > { struct PSDGradientOpacityStop {} *x_3_2_1; } x_12_1_3; } x12; }*)newPSDGradientFromCUIPSDGradient:(id)arg1;
19 | - (unsigned int)newSliceRectsArray:(struct PSDRect {}**)arg1 withSliceRects:(id)arg2;
20 | - (unsigned int)newSliceRectsArray:(struct PSDRect {}**)arg1 withXCutPositions:(id)arg2 yCutPositions:(id)arg3;
21 | - (unsigned int)newUInt32CArray:(unsigned int**)arg1 withNSArray:(id)arg2 prependNumber:(id)arg3 appendNumber:(id)arg4;
22 | - (unsigned int)psdLayerBlendModeForCGBlendMode:(int)arg1;
23 | - (bool)saveToURL:(id)arg1 completionHandler:(id)arg2;
24 | - (bool)saveWithCompletionHandler:(id)arg1;
25 | - (void)setFileURL:(id)arg1;
26 | - (void)updateSliceName:(id)arg1 atIndex:(unsigned int)arg2;
27 |
28 | @end
29 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIMutablePSDImageRef.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIMutablePSDImageRef : CUIPSDImageRef {
6 | }
7 |
8 | - (void)addLayer:(id)arg1;
9 | - (void)addLayoutMetricsChannel:(id)arg1;
10 | - (void)addOrUpdateSlicesWithSliceRects:(id)arg1;
11 | - (void)addOrUpdateSlicesWithXCutPositions:(id)arg1 yCutPositions:(id)arg2;
12 | - (struct __CFData { }*)copyDefaultICCProfileData;
13 | - (void)deleteLayerAtIndex:(unsigned int)arg1;
14 | - (void)deleteLayoutMetricsChannelAtIndex:(unsigned int)arg1;
15 | - (id)initWithPixelWidth:(unsigned long long)arg1 pixelHeight:(unsigned long long)arg2;
16 | - (void)insertLayer:(id)arg1 atIndex:(unsigned int)arg2;
17 | - (void)insertLayoutMetricsChannel:(id)arg1 atIndex:(unsigned int)arg2;
18 | - (struct PSDGradient { double x1; double x2; boolx3; boolx4; boolx5; double x6; double x7; double x8; int x9; struct PSDColorRGBA { double x_10_1_1; double x_10_1_2; double x_10_1_3; double x_10_1_4; } x10; struct vector > { struct PSDGradientColorStop {} *x_11_1_1; struct PSDGradientColorStop {} *x_11_1_2; struct __compressed_pair > { struct PSDGradientColorStop {} *x_3_2_1; } x_11_1_3; } x11; struct vector > { struct PSDGradientOpacityStop {} *x_12_1_1; struct PSDGradientOpacityStop {} *x_12_1_2; struct __compressed_pair > { struct PSDGradientOpacityStop {} *x_3_2_1; } x_12_1_3; } x12; }*)newPSDGradientFromCUIPSDGradient:(id)arg1;
19 | - (unsigned int)newSliceRectsArray:(struct PSDRect {}**)arg1 withSliceRects:(id)arg2;
20 | - (unsigned int)newSliceRectsArray:(struct PSDRect {}**)arg1 withXCutPositions:(id)arg2 yCutPositions:(id)arg3;
21 | - (unsigned int)newUInt32CArray:(unsigned int**)arg1 withNSArray:(id)arg2 prependNumber:(id)arg3 appendNumber:(id)arg4;
22 | - (unsigned int)psdLayerBlendModeForCGBlendMode:(int)arg1;
23 | - (bool)saveToURL:(id)arg1 completionHandler:(id)arg2;
24 | - (bool)saveWithCompletionHandler:(id)arg1;
25 | - (void)setFileURL:(id)arg1;
26 | - (void)updateSliceName:(id)arg1 atIndex:(unsigned int)arg2;
27 |
28 | @end
29 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUINamedImageDescription.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUINamedImageDescription : NSObject {
6 | struct {
7 | double top;
8 | double left;
9 | double bottom;
10 | double right;
11 | struct {
12 | double top;
13 | double left;
14 | double bottom;
15 | double right;
16 | } _alignmentEdgeInsets;
17 | int _blendMode;
18 | } _edgeInsets;
19 | int _exifOrientation;
20 | long long _idiom;
21 | long long _imageType;
22 | long long _resizingMode;
23 | double _scale;
24 | long long _sizeClassHorizontal;
25 | long long _sizeClassVertical;
26 | long long _subtype;
27 | long long _templateRenderingMode;
28 | }
29 |
30 | @property struct { double x1; double x2; double x3; double x4; } alignmentEdgeInsets;
31 | @property int blendMode;
32 | @property struct { double x1; double x2; double x3; double x4; } edgeInsets;
33 | @property int exifOrientation;
34 | @property long long idiom;
35 | @property long long imageType;
36 | @property bool isTemplate;
37 | @property long long resizingMode;
38 | @property double scale;
39 | @property long long sizeClassHorizontal;
40 | @property long long sizeClassVertical;
41 | @property long long subtype;
42 | @property long long templateRenderingMode;
43 |
44 | - (struct { double x1; double x2; double x3; double x4; })alignmentEdgeInsets;
45 | - (int)blendMode;
46 | - (id)description;
47 | - (struct { double x1; double x2; double x3; double x4; })edgeInsets;
48 | - (int)exifOrientation;
49 | - (long long)idiom;
50 | - (long long)imageType;
51 | - (bool)isTemplate;
52 | - (long long)resizingMode;
53 | - (double)scale;
54 | - (void)setAlignmentEdgeInsets:(struct { double x1; double x2; double x3; double x4; })arg1;
55 | - (void)setBlendMode:(int)arg1;
56 | - (void)setEdgeInsets:(struct { double x1; double x2; double x3; double x4; })arg1;
57 | - (void)setExifOrientation:(int)arg1;
58 | - (void)setIdiom:(long long)arg1;
59 | - (void)setImageType:(long long)arg1;
60 | - (void)setIsTemplate:(bool)arg1;
61 | - (void)setResizingMode:(long long)arg1;
62 | - (void)setScale:(double)arg1;
63 | - (void)setSizeClassHorizontal:(long long)arg1;
64 | - (void)setSizeClassVertical:(long long)arg1;
65 | - (void)setSubtype:(long long)arg1;
66 | - (void)setTemplateRenderingMode:(long long)arg1;
67 | - (long long)sizeClassHorizontal;
68 | - (long long)sizeClassVertical;
69 | - (long long)subtype;
70 | - (long long)templateRenderingMode;
71 |
72 | @end
73 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUINamedImageDescription.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUINamedImageDescription : NSObject {
6 | struct {
7 | double top;
8 | double left;
9 | double bottom;
10 | double right;
11 | struct {
12 | double top;
13 | double left;
14 | double bottom;
15 | double right;
16 | } _alignmentEdgeInsets;
17 | int _blendMode;
18 | } _edgeInsets;
19 | int _exifOrientation;
20 | long long _idiom;
21 | long long _imageType;
22 | long long _resizingMode;
23 | double _scale;
24 | long long _sizeClassHorizontal;
25 | long long _sizeClassVertical;
26 | long long _subtype;
27 | long long _templateRenderingMode;
28 | }
29 |
30 | @property struct { double x1; double x2; double x3; double x4; } alignmentEdgeInsets;
31 | @property int blendMode;
32 | @property struct { double x1; double x2; double x3; double x4; } edgeInsets;
33 | @property int exifOrientation;
34 | @property long long idiom;
35 | @property long long imageType;
36 | @property bool isTemplate;
37 | @property long long resizingMode;
38 | @property double scale;
39 | @property long long sizeClassHorizontal;
40 | @property long long sizeClassVertical;
41 | @property long long subtype;
42 | @property long long templateRenderingMode;
43 |
44 | - (struct { double x1; double x2; double x3; double x4; })alignmentEdgeInsets;
45 | - (int)blendMode;
46 | - (id)description;
47 | - (struct { double x1; double x2; double x3; double x4; })edgeInsets;
48 | - (int)exifOrientation;
49 | - (long long)idiom;
50 | - (long long)imageType;
51 | - (bool)isTemplate;
52 | - (long long)resizingMode;
53 | - (double)scale;
54 | - (void)setAlignmentEdgeInsets:(struct { double x1; double x2; double x3; double x4; })arg1;
55 | - (void)setBlendMode:(int)arg1;
56 | - (void)setEdgeInsets:(struct { double x1; double x2; double x3; double x4; })arg1;
57 | - (void)setExifOrientation:(int)arg1;
58 | - (void)setIdiom:(long long)arg1;
59 | - (void)setImageType:(long long)arg1;
60 | - (void)setIsTemplate:(bool)arg1;
61 | - (void)setResizingMode:(long long)arg1;
62 | - (void)setScale:(double)arg1;
63 | - (void)setSizeClassHorizontal:(long long)arg1;
64 | - (void)setSizeClassVertical:(long long)arg1;
65 | - (void)setSubtype:(long long)arg1;
66 | - (void)setTemplateRenderingMode:(long long)arg1;
67 | - (long long)sizeClassHorizontal;
68 | - (long long)sizeClassVertical;
69 | - (long long)subtype;
70 | - (long long)templateRenderingMode;
71 |
72 | @end
73 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDGradientEvaluator.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSArray;
6 |
7 | @interface CUIPSDGradientEvaluator : NSObject {
8 | struct _psdGradientColor {
9 | double red;
10 | double green;
11 | double blue;
12 | double alpha;
13 | struct {
14 | unsigned int colorEdgePixel : 2;
15 | unsigned int opacityEdgePixel : 2;
16 | unsigned int isDithered : 1;
17 | unsigned int reserved : 3;
18 | int blendMode;
19 | NSArray *colorMidpointLocations;
20 | NSArray *colorStops;
21 | } fillColor;
22 | NSArray *opacityMidpointLocations;
23 | NSArray *opacityStops;
24 | } pgeFlags;
25 | double smoothingCoefficient;
26 | }
27 |
28 | @property int blendMode;
29 |
30 | + (void)initialize;
31 |
32 | - (id)_cleanedUpMidpointLocationsFromLocations:(id)arg1;
33 | - (void)_createOrderedStops:(id*)arg1 midpoints:(id*)arg2 fromStops:(id)arg3 midpoints:(id)arg4 edgePixel:(long long*)arg5;
34 | - (struct _psdGradientColor { double x1; double x2; double x3; double x4; })_smoothedGradientColorAtLocation:(double)arg1;
35 | - (double)_smoothedInterpolationOfLocation:(double)arg1 betweenLower:(double)arg2 upper:(double)arg3 scaledMidpoint:(double)arg4;
36 | - (int)blendMode;
37 | - (id)colorMidpointLocations;
38 | - (id)colorStops;
39 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
40 | - (void)customizeForDistance:(double)arg1;
41 | - (void)dealloc;
42 | - (id)description;
43 | - (void)encodeWithCoder:(id)arg1;
44 | - (double)fillCoefficient;
45 | - (struct _psdGradientColor { double x1; double x2; double x3; double x4; })fillColor;
46 | - (bool)hasEdgePixel;
47 | - (id)initWithCoder:(id)arg1;
48 | - (id)initWithColorStops:(id)arg1 colorMidpoints:(id)arg2 opacityStops:(id)arg3 opacityMidpoints:(id)arg4 smoothingCoefficient:(double)arg5 fillCoefficient:(double)arg6;
49 | - (id)initWithColorStops:(id)arg1 colorMidpoints:(id)arg2 opacityStops:(id)arg3 opacityMidpoints:(id)arg4 smoothingCoefficient:(double)arg5 fillColor:(struct _psdGradientColor { double x1; double x2; double x3; double x4; })arg6 dither:(bool)arg7;
50 | - (bool)isDithered;
51 | - (id)opacityMidpointLocations;
52 | - (id)opacityStops;
53 | - (void)setBlendMode:(int)arg1;
54 | - (void)setColorStops:(id)arg1 midpoints:(id)arg2;
55 | - (void)setFillCoefficient:(double)arg1;
56 | - (void)setOpacityStops:(id)arg1 midpoints:(id)arg2;
57 | - (void)setSmoothingCoefficient:(double)arg1;
58 | - (double)smoothingCoefficient;
59 |
60 | @end
61 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDGradientEvaluator.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSArray;
6 |
7 | @interface CUIPSDGradientEvaluator : NSObject {
8 | struct _psdGradientColor {
9 | double red;
10 | double green;
11 | double blue;
12 | double alpha;
13 | struct {
14 | unsigned int colorEdgePixel : 2;
15 | unsigned int opacityEdgePixel : 2;
16 | unsigned int isDithered : 1;
17 | unsigned int reserved : 3;
18 | int blendMode;
19 | NSArray *colorMidpointLocations;
20 | NSArray *colorStops;
21 | } fillColor;
22 | NSArray *opacityMidpointLocations;
23 | NSArray *opacityStops;
24 | } pgeFlags;
25 | double smoothingCoefficient;
26 | }
27 |
28 | @property int blendMode;
29 |
30 | + (void)initialize;
31 |
32 | - (id)_cleanedUpMidpointLocationsFromLocations:(id)arg1;
33 | - (void)_createOrderedStops:(id*)arg1 midpoints:(id*)arg2 fromStops:(id)arg3 midpoints:(id)arg4 edgePixel:(long long*)arg5;
34 | - (struct _psdGradientColor { double x1; double x2; double x3; double x4; })_smoothedGradientColorAtLocation:(double)arg1;
35 | - (double)_smoothedInterpolationOfLocation:(double)arg1 betweenLower:(double)arg2 upper:(double)arg3 scaledMidpoint:(double)arg4;
36 | - (int)blendMode;
37 | - (id)colorMidpointLocations;
38 | - (id)colorStops;
39 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
40 | - (void)customizeForDistance:(double)arg1;
41 | - (void)dealloc;
42 | - (id)description;
43 | - (void)encodeWithCoder:(id)arg1;
44 | - (double)fillCoefficient;
45 | - (struct _psdGradientColor { double x1; double x2; double x3; double x4; })fillColor;
46 | - (bool)hasEdgePixel;
47 | - (id)initWithCoder:(id)arg1;
48 | - (id)initWithColorStops:(id)arg1 colorMidpoints:(id)arg2 opacityStops:(id)arg3 opacityMidpoints:(id)arg4 smoothingCoefficient:(double)arg5 fillCoefficient:(double)arg6;
49 | - (id)initWithColorStops:(id)arg1 colorMidpoints:(id)arg2 opacityStops:(id)arg3 opacityMidpoints:(id)arg4 smoothingCoefficient:(double)arg5 fillColor:(struct _psdGradientColor { double x1; double x2; double x3; double x4; })arg6 dither:(bool)arg7;
50 | - (bool)isDithered;
51 | - (id)opacityMidpointLocations;
52 | - (id)opacityStops;
53 | - (void)setBlendMode:(int)arg1;
54 | - (void)setColorStops:(id)arg1 midpoints:(id)arg2;
55 | - (void)setFillCoefficient:(double)arg1;
56 | - (void)setOpacityStops:(id)arg1 midpoints:(id)arg2;
57 | - (void)setSmoothingCoefficient:(double)arg1;
58 | - (double)smoothingCoefficient;
59 |
60 | @end
61 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUINamedImage.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIRenditionKey, NSString;
6 |
7 | @interface CUINamedImage : NSObject {
8 | CUIRenditionKey *_key;
9 | NSString *_name;
10 | unsigned long long _storageRef;
11 | }
12 |
13 | @property(readonly) struct { double x1; double x2; double x3; double x4; } alignmentEdgeInsets;
14 | @property(readonly) struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; } alignmentRect;
15 | @property(readonly) int blendMode;
16 | @property(readonly) struct { double x1; double x2; double x3; double x4; } edgeInsets;
17 | @property(readonly) int exifOrientation;
18 | @property(readonly) bool hasSliceInformation;
19 | @property(readonly) struct CGImage { }* image;
20 | @property(readonly) long long imageType;
21 | @property(readonly) bool isStructured;
22 | @property(readonly) bool isTemplate;
23 | @property(readonly) bool isVectorBased;
24 | @property(copy) NSString * name;
25 | @property(readonly) double opacity;
26 | @property(readonly) long long resizingMode;
27 | @property(readonly) double scale;
28 | @property(readonly) struct CGSize { double x1; double x2; } size;
29 | @property(readonly) long long templateRenderingMode;
30 |
31 | - (id)UIImage;
32 | - (id)_rendition;
33 | - (id)_renditionForSpecificKey:(id)arg1;
34 | - (id)_themeStore;
35 | - (struct { double x1; double x2; double x3; double x4; })alignmentEdgeInsets;
36 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })alignmentRect;
37 | - (id)baseKey;
38 | - (int)blendMode;
39 | - (void)dealloc;
40 | - (id)description;
41 | - (struct { double x1; double x2; double x3; double x4; })edgeInsets;
42 | - (int)exifOrientation;
43 | - (long long)graphicsClass;
44 | - (bool)hasSliceInformation;
45 | - (long long)idiom;
46 | - (struct CGImage { }*)image;
47 | - (long long)imageType;
48 | - (id)initWithName:(id)arg1 usingRenditionKey:(id)arg2 fromTheme:(unsigned long long)arg3;
49 | - (bool)isStructured;
50 | - (bool)isTemplate;
51 | - (bool)isVectorBased;
52 | - (long long)memoryClass;
53 | - (id)name;
54 | - (double)opacity;
55 | - (double)positionOfSliceBoundary:(unsigned int)arg1;
56 | - (id)renditionKey;
57 | - (long long)resizingMode;
58 | - (double)scale;
59 | - (void)setName:(id)arg1;
60 | - (struct CGSize { double x1; double x2; })size;
61 | - (long long)sizeClassHorizontal;
62 | - (long long)sizeClassVertical;
63 | - (unsigned long long)subtype;
64 | - (long long)templateRenderingMode;
65 | - (id)traitCollection;
66 |
67 | @end
68 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIRenditionMetrics.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIRenditionMetrics : NSObject {
6 | struct CGSize {
7 | double width;
8 | double height;
9 | struct CGSize {
10 | double width;
11 | double height;
12 | struct CGSize {
13 | double width;
14 | double height;
15 | struct CGSize {
16 | double width;
17 | double height;
18 | struct CGSize {
19 | double width;
20 | double height;
21 | struct crmFlags {
22 | unsigned int scalesVertically : 1;
23 | unsigned int scalesHorizontally : 1;
24 | unsigned int reserved : 14;
25 | double _baseline;
26 | } _contentBottomLeftMargin;
27 | } _contentTopRightMargin;
28 | } _crmFlags;
29 | } _edgeBottomLeftMargin;
30 | } _edgeTopRightMargin;
31 | } _imageSize;
32 | double _scale;
33 | }
34 |
35 | - (double)baseline;
36 | - (struct CGSize { double x1; double x2; })contentBottomLeftMargin;
37 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })contentRect;
38 | - (struct CGSize { double x1; double x2; })contentTopRightMargin;
39 | - (struct CGSize { double x1; double x2; })edgeBottomLeftMargin;
40 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })edgeRect;
41 | - (struct CGSize { double x1; double x2; })edgeTopRightMargin;
42 | - (bool)hasOpaqueContentBounds;
43 | - (struct CGSize { double x1; double x2; })imageSize;
44 | - (id)initWithImageSize:(struct CGSize { double x1; double x2; })arg1 edgeBottomLeft:(struct CGSize { double x1; double x2; })arg2 edgeTopRight:(struct CGSize { double x1; double x2; })arg3 contentBottomLeft:(struct CGSize { double x1; double x2; })arg4 contentTopRight:(struct CGSize { double x1; double x2; })arg5 baseline:(double)arg6 scalesVertically:(bool)arg7 scalesHorizontally:(bool)arg8 scale:(double)arg9;
45 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })insetContentRectWithMetrics:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg1;
46 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })insetRectWithMetrics:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg1;
47 | - (double)scale;
48 | - (bool)scalesHorizontally;
49 | - (bool)scalesVertically;
50 |
51 | @end
52 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIRenditionMetrics.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIRenditionMetrics : NSObject {
6 | struct CGSize {
7 | double width;
8 | double height;
9 | struct CGSize {
10 | double width;
11 | double height;
12 | struct CGSize {
13 | double width;
14 | double height;
15 | struct CGSize {
16 | double width;
17 | double height;
18 | struct CGSize {
19 | double width;
20 | double height;
21 | struct crmFlags {
22 | unsigned int scalesVertically : 1;
23 | unsigned int scalesHorizontally : 1;
24 | unsigned int reserved : 14;
25 | double _baseline;
26 | } _contentBottomLeftMargin;
27 | } _contentTopRightMargin;
28 | } _crmFlags;
29 | } _edgeBottomLeftMargin;
30 | } _edgeTopRightMargin;
31 | } _imageSize;
32 | double _scale;
33 | }
34 |
35 | - (double)baseline;
36 | - (struct CGSize { double x1; double x2; })contentBottomLeftMargin;
37 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })contentRect;
38 | - (struct CGSize { double x1; double x2; })contentTopRightMargin;
39 | - (struct CGSize { double x1; double x2; })edgeBottomLeftMargin;
40 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })edgeRect;
41 | - (struct CGSize { double x1; double x2; })edgeTopRightMargin;
42 | - (bool)hasOpaqueContentBounds;
43 | - (struct CGSize { double x1; double x2; })imageSize;
44 | - (id)initWithImageSize:(struct CGSize { double x1; double x2; })arg1 edgeBottomLeft:(struct CGSize { double x1; double x2; })arg2 edgeTopRight:(struct CGSize { double x1; double x2; })arg3 contentBottomLeft:(struct CGSize { double x1; double x2; })arg4 contentTopRight:(struct CGSize { double x1; double x2; })arg5 baseline:(double)arg6 scalesVertically:(bool)arg7 scalesHorizontally:(bool)arg8 scale:(double)arg9;
45 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })insetContentRectWithMetrics:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg1;
46 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })insetRectWithMetrics:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg1;
47 | - (double)scale;
48 | - (bool)scalesHorizontally;
49 | - (bool)scalesVertically;
50 |
51 | @end
52 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIThemeGradient.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIThemeGradient : NSObject {
6 | struct CGFunction { } *colorShader;
7 | struct CGColorSpace { } *colorSpace;
8 | id gradientEvaluator;
9 | }
10 |
11 | - (id)_colorFromPSDGradientColor:(struct _psdGradientColor { double x1; double x2; double x3; double x4; })arg1;
12 | - (id)_initWithGradientEvaluator:(id)arg1 colorSpace:(struct CGColorSpace { }*)arg2;
13 | - (struct CGFunction { }*)_newColorShaderForDistance:(double)arg1;
14 | - (id)_psdGradientColorStopsWithColors:(id)arg1 locations:(id)arg2 colorSpace:(struct CGColorSpace { }*)arg3;
15 | - (struct _psdGradientColor { double x1; double x2; double x3; double x4; })_psdGradientColorWithColor:(id)arg1 colorSpace:(struct CGColorSpace { }*)arg2;
16 | - (id)_psdGradientOpacityStopsWithOpacities:(id)arg1 locations:(id)arg2;
17 | - (int)blendMode;
18 | - (id)colorLocations;
19 | - (struct CGFunction { }*)colorShader;
20 | - (id)colorStops;
21 | - (void)dealloc;
22 | - (void)drawFromPoint:(struct CGPoint { double x1; double x2; })arg1 toPoint:(struct CGPoint { double x1; double x2; })arg2 options:(unsigned long long)arg3 withContext:(struct CGContext { }*)arg4;
23 | - (void)drawFromPoint:(struct CGPoint { double x1; double x2; })arg1 toPoint:(struct CGPoint { double x1; double x2; })arg2 options:(unsigned long long)arg3;
24 | - (void)drawInRect:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg1 angle:(double)arg2 withContext:(struct CGContext { }*)arg3;
25 | - (void)drawInRect:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg1 angle:(double)arg2;
26 | - (void)drawInRect:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg1 relativeCenterPosition:(struct CGPoint { double x1; double x2; })arg2 withContext:(struct CGContext { }*)arg3;
27 | - (id)fillColor;
28 | - (id)initWithColors:(id)arg1 colorlocations:(id)arg2 colorMidpoints:(id)arg3 opacities:(id)arg4 opacityLocations:(id)arg5 opacityMidpoints:(id)arg6 smoothingCoefficient:(double)arg7 fillColor:(id)arg8 colorSpace:(struct CGColorSpace { }*)arg9 dither:(bool)arg10;
29 | - (id)initWithColors:(id)arg1 colorlocations:(id)arg2 colorMidpoints:(id)arg3 opacities:(id)arg4 opacityLocations:(id)arg5 opacityMidpoints:(id)arg6 smoothingCoefficient:(double)arg7 fillColor:(id)arg8 colorSpace:(struct CGColorSpace { }*)arg9;
30 | - (id)interpolatedColorAtLocation:(double)arg1;
31 | - (bool)isDithered;
32 | - (id)opacityLocations;
33 | - (id)opacityStops;
34 | - (double)smoothingCoefficient;
35 |
36 | @end
37 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIThemeGradient.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIThemeGradient : NSObject {
6 | struct CGFunction { } *colorShader;
7 | struct CGColorSpace { } *colorSpace;
8 | id gradientEvaluator;
9 | }
10 |
11 | - (id)_colorFromPSDGradientColor:(struct _psdGradientColor { double x1; double x2; double x3; double x4; })arg1;
12 | - (id)_initWithGradientEvaluator:(id)arg1 colorSpace:(struct CGColorSpace { }*)arg2;
13 | - (struct CGFunction { }*)_newColorShaderForDistance:(double)arg1;
14 | - (id)_psdGradientColorStopsWithColors:(id)arg1 locations:(id)arg2 colorSpace:(struct CGColorSpace { }*)arg3;
15 | - (struct _psdGradientColor { double x1; double x2; double x3; double x4; })_psdGradientColorWithColor:(id)arg1 colorSpace:(struct CGColorSpace { }*)arg2;
16 | - (id)_psdGradientOpacityStopsWithOpacities:(id)arg1 locations:(id)arg2;
17 | - (int)blendMode;
18 | - (id)colorLocations;
19 | - (struct CGFunction { }*)colorShader;
20 | - (id)colorStops;
21 | - (void)dealloc;
22 | - (void)drawFromPoint:(struct CGPoint { double x1; double x2; })arg1 toPoint:(struct CGPoint { double x1; double x2; })arg2 options:(unsigned long long)arg3 withContext:(struct CGContext { }*)arg4;
23 | - (void)drawFromPoint:(struct CGPoint { double x1; double x2; })arg1 toPoint:(struct CGPoint { double x1; double x2; })arg2 options:(unsigned long long)arg3;
24 | - (void)drawInRect:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg1 angle:(double)arg2 withContext:(struct CGContext { }*)arg3;
25 | - (void)drawInRect:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg1 angle:(double)arg2;
26 | - (void)drawInRect:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg1 relativeCenterPosition:(struct CGPoint { double x1; double x2; })arg2 withContext:(struct CGContext { }*)arg3;
27 | - (id)fillColor;
28 | - (id)initWithColors:(id)arg1 colorlocations:(id)arg2 colorMidpoints:(id)arg3 opacities:(id)arg4 opacityLocations:(id)arg5 opacityMidpoints:(id)arg6 smoothingCoefficient:(double)arg7 fillColor:(id)arg8 colorSpace:(struct CGColorSpace { }*)arg9 dither:(bool)arg10;
29 | - (id)initWithColors:(id)arg1 colorlocations:(id)arg2 colorMidpoints:(id)arg3 opacities:(id)arg4 opacityLocations:(id)arg5 opacityMidpoints:(id)arg6 smoothingCoefficient:(double)arg7 fillColor:(id)arg8 colorSpace:(struct CGColorSpace { }*)arg9;
30 | - (id)interpolatedColorAtLocation:(double)arg1;
31 | - (bool)isDithered;
32 | - (id)opacityLocations;
33 | - (id)opacityStops;
34 | - (double)smoothingCoefficient;
35 |
36 | @end
37 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUITextEffectStack.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUITextEffectStack : CUIShapeEffectStack {
6 | boolrenderHighQuality;
7 | }
8 |
9 | - (void)_drawShadow:(struct { float x1; float x2; float x3; float x4; float x5; float x6; float x7; float x8; struct CGPoint { double x_9_1_1; double x_9_1_2; } x9; })arg1 forGlyphs:(const unsigned short*)arg2 inContext:(struct CGContext { }*)arg3 usingFont:(struct __CTFont { }*)arg4 atPositions:(const struct CGPoint { double x1; double x2; }*)arg5 count:(unsigned long long)arg6;
10 | - (void)_drawShadow:(struct { float x1; float x2; float x3; float x4; float x5; float x6; float x7; float x8; struct CGPoint { double x_9_1_1; double x_9_1_2; } x9; })arg1 forGlyphs:(const unsigned short*)arg2 inContext:(struct CGContext { }*)arg3 usingFont:(struct __CTFont { }*)arg4 withAdvances:(const struct CGSize { double x1; double x2; }*)arg5 count:(unsigned long long)arg6;
11 | - (void)_drawShadow:(struct { float x1; float x2; float x3; float x4; float x5; float x6; float x7; float x8; struct CGPoint { double x_9_1_1; double x_9_1_2; } x9; })arg1 usingQuartz:(id)arg2 inContext:(struct CGContext { }*)arg3;
12 | - (void)drawGlyphs:(const unsigned short*)arg1 inContext:(struct CGContext { }*)arg2 usingFont:(struct __CTFont { }*)arg3 atPositions:(const struct CGPoint { double x1; double x2; }*)arg4 count:(unsigned long long)arg5 lineHeight:(double)arg6 inBounds:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg7 atScale:(double)arg8;
13 | - (void)drawGlyphs:(const unsigned short*)arg1 inContext:(struct CGContext { }*)arg2 usingFont:(struct __CTFont { }*)arg3 withAdvances:(const struct CGSize { double x1; double x2; }*)arg4 count:(unsigned long long)arg5 lineHeight:(double)arg6 inBounds:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg7 atScale:(double)arg8;
14 | - (void)drawProcessedMask:(struct CGContext { }*)arg1 atBounds:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg2 inContext:(struct CGContext { }*)arg3 withScale:(double)arg4;
15 | - (void)drawUsingQuartz:(id)arg1 inContext:(struct CGContext { }*)arg2 inBounds:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg3 atScale:(double)arg4;
16 | - (double)effectiveInteriorFillOpacity;
17 | - (id)initWithEffectPreset:(id)arg1;
18 | - (struct CGColor { }*)newBackgroundPatternColorWithSize:(struct CGSize { double x1; double x2; })arg1 contentScale:(double)arg2 forContext:(struct CGContext { }*)arg3;
19 | - (struct CGContext { }*)newGlyphMaskContextForBounds:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg1 fromContext:(struct CGContext { }*)arg2 withScale:(double)arg3;
20 | - (bool)useCoreImageRendering;
21 |
22 | @end
23 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUITextEffectStack.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUITextEffectStack : CUIShapeEffectStack {
6 | boolrenderHighQuality;
7 | }
8 |
9 | - (void)_drawShadow:(struct { float x1; float x2; float x3; float x4; float x5; float x6; float x7; float x8; struct CGPoint { double x_9_1_1; double x_9_1_2; } x9; })arg1 forGlyphs:(const unsigned short*)arg2 inContext:(struct CGContext { }*)arg3 usingFont:(struct __CTFont { }*)arg4 atPositions:(const struct CGPoint { double x1; double x2; }*)arg5 count:(unsigned long long)arg6;
10 | - (void)_drawShadow:(struct { float x1; float x2; float x3; float x4; float x5; float x6; float x7; float x8; struct CGPoint { double x_9_1_1; double x_9_1_2; } x9; })arg1 forGlyphs:(const unsigned short*)arg2 inContext:(struct CGContext { }*)arg3 usingFont:(struct __CTFont { }*)arg4 withAdvances:(const struct CGSize { double x1; double x2; }*)arg5 count:(unsigned long long)arg6;
11 | - (void)_drawShadow:(struct { float x1; float x2; float x3; float x4; float x5; float x6; float x7; float x8; struct CGPoint { double x_9_1_1; double x_9_1_2; } x9; })arg1 usingQuartz:(id)arg2 inContext:(struct CGContext { }*)arg3;
12 | - (void)drawGlyphs:(const unsigned short*)arg1 inContext:(struct CGContext { }*)arg2 usingFont:(struct __CTFont { }*)arg3 atPositions:(const struct CGPoint { double x1; double x2; }*)arg4 count:(unsigned long long)arg5 lineHeight:(double)arg6 inBounds:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg7 atScale:(double)arg8;
13 | - (void)drawGlyphs:(const unsigned short*)arg1 inContext:(struct CGContext { }*)arg2 usingFont:(struct __CTFont { }*)arg3 withAdvances:(const struct CGSize { double x1; double x2; }*)arg4 count:(unsigned long long)arg5 lineHeight:(double)arg6 inBounds:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg7 atScale:(double)arg8;
14 | - (void)drawProcessedMask:(struct CGContext { }*)arg1 atBounds:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg2 inContext:(struct CGContext { }*)arg3 withScale:(double)arg4;
15 | - (void)drawUsingQuartz:(id)arg1 inContext:(struct CGContext { }*)arg2 inBounds:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg3 atScale:(double)arg4;
16 | - (double)effectiveInteriorFillOpacity;
17 | - (id)initWithEffectPreset:(id)arg1;
18 | - (struct CGColor { }*)newBackgroundPatternColorWithSize:(struct CGSize { double x1; double x2; })arg1 contentScale:(double)arg2 forContext:(struct CGContext { }*)arg3;
19 | - (struct CGContext { }*)newGlyphMaskContextForBounds:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg1 fromContext:(struct CGContext { }*)arg2 withScale:(double)arg3;
20 | - (bool)useCoreImageRendering;
21 |
22 | @end
23 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIPSDLayerBaseRef.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | /* RuntimeBrowser encountered one or more ivar type encodings for a function pointer.
6 | The runtime does not encode function signature information. We use a signature of:
7 | "int (*funcName)()", where funcName might be null.
8 | */
9 |
10 | @class CUIPSDImageRef;
11 |
12 | @interface CUIPSDLayerBaseRef : NSObject {
13 | CUIPSDImageRef *_imageRef;
14 | unsigned int _layerIndex;
15 | }
16 |
17 | @property(readonly) int blendMode;
18 | @property(readonly) struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; } bounds;
19 | @property(readonly) double fillOpacity;
20 | @property(readonly) bool hasLayerMask;
21 | @property(readonly) bool hasVectorMask;
22 | @property(readonly) double opacity;
23 | @property(readonly) bool visibility;
24 |
25 | - (struct CPSDLayerRecord { int (**x1)(); struct CPSDFile {} *x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned short x7; struct vector > { struct CPSDChannelLengthInfo {} *x_8_1_1; struct CPSDChannelLengthInfo {} *x_8_1_2; struct __compressed_pair > { struct CPSDChannelLengthInfo {} *x_3_2_1; } x_8_1_3; } x8; unsigned int x9; unsigned int x10; unsigned char x11; unsigned char x12; unsigned char x13; unsigned char x14; unsigned int x15; struct CPSDLayerMaskData { int (**x_16_1_1)(); struct CPSDFile {} *x_16_1_2; unsigned int x_16_1_3; unsigned int x_16_1_4; unsigned int x_16_1_5; unsigned int x_16_1_6; unsigned int x_16_1_7; unsigned char x_16_1_8; unsigned char x_16_1_9; unsigned short x_16_1_10; unsigned int x_16_1_11; unsigned int x_16_1_12; unsigned int x_16_1_13; unsigned int x_16_1_14; unsigned char x_16_1_15; unsigned char x_16_1_16; } x16; struct CPSDLayerBlendingRanges { int (**x_17_1_1)(); struct CPSDFile {} *x_17_1_2; unsigned int x_17_1_3; unsigned int x_17_1_4; unsigned int x_17_1_5; struct vector > { struct CPSDChannelBlendingInfo {} *x_6_2_1; struct CPSDChannelBlendingInfo {} *x_6_2_2; struct __compressed_pair > { struct CPSDChannelBlendingInfo {} *x_3_3_1; } x_6_2_3; } x_17_1_6; } x17; BOOL x18[256]; struct CPSDAdditionalLayerInfo { int (**x_19_1_1)(); struct CPSDFile {} *x_19_1_2; unsigned int x_19_1_3; struct CPSDAdditionalLayerInfoItem {} *x_19_1_4; } x19; }*)_psdLayerRecord;
26 | - (struct CGImage { }*)_createMaskFromAlphaChannel:(long long)arg1;
27 | - (id)_psdImageRef;
28 | - (int)blendMode;
29 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })bounds;
30 | - (double)fillOpacity;
31 | - (bool)hasLayerMask;
32 | - (bool)hasVectorMask;
33 | - (bool)isLayerGroup;
34 | - (id)layerMaskRef;
35 | - (id)name;
36 | - (double)opacity;
37 | - (id)vectorMaskRef;
38 | - (bool)visibility;
39 |
40 | @end
41 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIPSDLayerBaseRef.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | /* RuntimeBrowser encountered one or more ivar type encodings for a function pointer.
6 | The runtime does not encode function signature information. We use a signature of:
7 | "int (*funcName)()", where funcName might be null.
8 | */
9 |
10 | @class CUIPSDImageRef;
11 |
12 | @interface CUIPSDLayerBaseRef : NSObject {
13 | CUIPSDImageRef *_imageRef;
14 | unsigned int _layerIndex;
15 | }
16 |
17 | @property(readonly) int blendMode;
18 | @property(readonly) struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; } bounds;
19 | @property(readonly) double fillOpacity;
20 | @property(readonly) bool hasLayerMask;
21 | @property(readonly) bool hasVectorMask;
22 | @property(readonly) double opacity;
23 | @property(readonly) bool visibility;
24 |
25 | - (struct CPSDLayerRecord { int (**x1)(); struct CPSDFile {} *x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned short x7; struct vector > { struct CPSDChannelLengthInfo {} *x_8_1_1; struct CPSDChannelLengthInfo {} *x_8_1_2; struct __compressed_pair > { struct CPSDChannelLengthInfo {} *x_3_2_1; } x_8_1_3; } x8; unsigned int x9; unsigned int x10; unsigned char x11; unsigned char x12; unsigned char x13; unsigned char x14; unsigned int x15; struct CPSDLayerMaskData { int (**x_16_1_1)(); struct CPSDFile {} *x_16_1_2; unsigned int x_16_1_3; unsigned int x_16_1_4; unsigned int x_16_1_5; unsigned int x_16_1_6; unsigned int x_16_1_7; unsigned char x_16_1_8; unsigned char x_16_1_9; unsigned short x_16_1_10; unsigned int x_16_1_11; unsigned int x_16_1_12; unsigned int x_16_1_13; unsigned int x_16_1_14; unsigned char x_16_1_15; unsigned char x_16_1_16; } x16; struct CPSDLayerBlendingRanges { int (**x_17_1_1)(); struct CPSDFile {} *x_17_1_2; unsigned int x_17_1_3; unsigned int x_17_1_4; unsigned int x_17_1_5; struct vector > { struct CPSDChannelBlendingInfo {} *x_6_2_1; struct CPSDChannelBlendingInfo {} *x_6_2_2; struct __compressed_pair > { struct CPSDChannelBlendingInfo {} *x_3_3_1; } x_6_2_3; } x_17_1_6; } x17; BOOL x18[256]; struct CPSDAdditionalLayerInfo { int (**x_19_1_1)(); struct CPSDFile {} *x_19_1_2; unsigned int x_19_1_3; struct CPSDAdditionalLayerInfoItem {} *x_19_1_4; } x19; }*)_psdLayerRecord;
26 | - (struct CGImage { }*)_createMaskFromAlphaChannel:(long long)arg1;
27 | - (id)_psdImageRef;
28 | - (int)blendMode;
29 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })bounds;
30 | - (double)fillOpacity;
31 | - (bool)hasLayerMask;
32 | - (bool)hasVectorMask;
33 | - (bool)isLayerGroup;
34 | - (id)layerMaskRef;
35 | - (id)name;
36 | - (double)opacity;
37 | - (id)vectorMaskRef;
38 | - (bool)visibility;
39 |
40 | @end
41 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIRenditionKey.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIRenditionKey : NSObject {
6 | }
7 |
8 | + (id)_placeHolderKey;
9 | + (void)initialize;
10 | + (id)renditionKey;
11 | + (id)renditionKeyWithKeyList:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
12 |
13 | - (void)_expandKeyIfNecessaryForCount:(long long)arg1;
14 | - (unsigned short)_systemTokenCount;
15 | - (void)copyValuesFromKeyList:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
16 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
17 | - (void)dealloc;
18 | - (id)description;
19 | - (id)descriptionBasedOnKeyFormat:(const struct _renditionkeyfmt { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4[0]; }*)arg1;
20 | - (void)encodeWithCoder:(id)arg1;
21 | - (id)init;
22 | - (id)initWithCoder:(id)arg1;
23 | - (id)initWithKeyList:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
24 | - (id)initWithThemeElement:(long long)arg1 themePart:(long long)arg2 themeSize:(long long)arg3 themeDirection:(long long)arg4 themeValue:(long long)arg5 themeDimension1:(long long)arg6 themeDimension2:(long long)arg7 themeState:(long long)arg8 themePresentationState:(long long)arg9 themeLayer:(long long)arg10 themeScale:(long long)arg11 themeIdentifier:(long long)arg12;
25 | - (id)nameOfAttributeName:(int)arg1;
26 | - (void)removeValueForKeyTokenIdentifier:(long long)arg1;
27 | - (void)setThemeDimension1:(long long)arg1;
28 | - (void)setThemeDimension2:(long long)arg1;
29 | - (void)setThemeDirection:(long long)arg1;
30 | - (void)setThemeElement:(long long)arg1;
31 | - (void)setThemeGraphicsClass:(long long)arg1;
32 | - (void)setThemeIdentifier:(long long)arg1;
33 | - (void)setThemeIdiom:(long long)arg1;
34 | - (void)setThemeLayer:(long long)arg1;
35 | - (void)setThemeMemoryClass:(long long)arg1;
36 | - (void)setThemePart:(long long)arg1;
37 | - (void)setThemePresentationState:(long long)arg1;
38 | - (void)setThemePreviousState:(long long)arg1;
39 | - (void)setThemePreviousValue:(long long)arg1;
40 | - (void)setThemeScale:(long long)arg1;
41 | - (void)setThemeSize:(long long)arg1;
42 | - (void)setThemeSizeClassHorizontal:(long long)arg1;
43 | - (void)setThemeSizeClassVertical:(long long)arg1;
44 | - (void)setThemeState:(long long)arg1;
45 | - (void)setThemeSubtype:(long long)arg1;
46 | - (void)setThemeValue:(long long)arg1;
47 | - (void)setValuesFromKeyList:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
48 | - (long long)themeDimension1;
49 | - (long long)themeDimension2;
50 | - (long long)themeDirection;
51 | - (long long)themeElement;
52 | - (long long)themeGraphicsClass;
53 | - (long long)themeIdentifier;
54 | - (long long)themeIdiom;
55 | - (long long)themeLayer;
56 | - (long long)themeMemoryClass;
57 | - (long long)themePart;
58 | - (long long)themePresentationState;
59 | - (long long)themePreviousState;
60 | - (long long)themePreviousValue;
61 | - (long long)themeScale;
62 | - (long long)themeSize;
63 | - (long long)themeSizeClassHorizontal;
64 | - (long long)themeSizeClassVertical;
65 | - (long long)themeState;
66 | - (long long)themeSubtype;
67 | - (long long)themeValue;
68 |
69 | @end
70 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUICommonAssetStorage.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUICommonAssetStorage : NSObject {
6 | void *_colordb;
7 | void *_elementDebugInfoDB;
8 | void *_facetKeysdb;
9 | void *_fontdb;
10 | void *_fontsizedb;
11 | struct _carheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; BOOL x6[128]; BOOL x7[256]; unsigned char x8[16]; unsigned int x9; unsigned int x10; unsigned int x11; unsigned int x12; } *_header;
12 | void *_imagedb;
13 | struct _renditionkeyfmt { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4[0]; } *_keyfmt;
14 | void *_partDebugInfoDB;
15 | void *_zcbezeldb;
16 | void *_zcglyphdb;
17 | bool _swap;
18 | }
19 |
20 | + (void)initialize;
21 |
22 | - (void)_bringHeaderInfoUpToDate;
23 | - (id)_constantNameForIdentifier:(unsigned int)arg1 fromDebugTree:(void*)arg2;
24 | - (id)_dataForIdentifier:(unsigned int)arg1 fromDebugTree:(void*)arg2;
25 | - (id)_displayNameForIdentifier:(unsigned int)arg1 fromDebugTree:(void*)arg2;
26 | - (const struct FontValue { BOOL x1[128]; float x2; }*)_fontValueForFontType:(id)arg1;
27 | - (void)_initDefaultHeaderVersion:(double)arg1 versionString:(const char *)arg2;
28 | - (long long)_storagefileTimestamp;
29 | - (void)_swapHeader;
30 | - (void)_swapKeyFormat;
31 | - (void)_swapRenditionKeyArray:(unsigned short*)arg1;
32 | - (struct _renditionkeytoken { unsigned short x1; unsigned short x2; })_swapRenditionKeyToken:(struct _renditionkeytoken { unsigned short x1; unsigned short x2; })arg1;
33 | - (void)_swapZeroCodeInformation:(struct { unsigned int x1; unsigned int x2; }*)arg1;
34 | - (id)_zeroCodeListFromTree:(const void*)arg1;
35 | - (id)allAssetKeys;
36 | - (id)allRenditionNames;
37 | - (bool)assetExistsForKey:(id)arg1;
38 | - (id)assetForKey:(id)arg1;
39 | - (id)assetKeysMatchingBlock:(id)arg1;
40 | - (unsigned int)associatedChecksum;
41 | - (unsigned int)colorSpaceID;
42 | - (id)constantNameForElementID:(long long)arg1;
43 | - (id)constantNameForPartID:(long long)arg1;
44 | - (unsigned int)coreuiVersion;
45 | - (void)dealloc;
46 | - (id)description;
47 | - (id)displayNameForElementID:(long long)arg1;
48 | - (id)displayNameForPartID:(long long)arg1;
49 | - (void)enumerateKeysAndObjectsUsingBlock:(id)arg1;
50 | - (void)finalize;
51 | - (float)fontSizeForFontSizeType:(id)arg1;
52 | - (bool)getBaselineOffset:(float*)arg1 forFontType:(id)arg2;
53 | - (bool)getColor:(struct _colordef { unsigned int x1; unsigned int x2; struct _rgbquad { unsigned int x_3_1_1 : 8; unsigned int x_3_1_2 : 8; unsigned int x_3_1_3 : 8; unsigned int x_3_1_4 : 8; } x3; }*)arg1 forName:(const char *)arg2;
54 | - (bool)getFontName:(id*)arg1 baselineOffset:(float*)arg2 forFontType:(id)arg3;
55 | - (bool)hasColorForName:(const char *)arg1;
56 | - (id)initWithPath:(id)arg1 forWriting:(bool)arg2;
57 | - (id)initWithPath:(id)arg1;
58 | - (id)keyFormatData;
59 | - (int)keySemantics;
60 | - (long long)maximumRenditionKeyTokenCount;
61 | - (id)path;
62 | - (unsigned int)renditionCount;
63 | - (id)renditionNameForKeyList:(struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
64 | - (unsigned int)schemaVersion;
65 | - (long long)storageTimestamp;
66 | - (unsigned int)storageVersion;
67 | - (bool)swapped;
68 | - (bool)usesCUISystemThemeRenditionKey;
69 | - (id)uuid;
70 | - (const char *)versionString;
71 | - (id)zeroCodeBezelList;
72 | - (id)zeroCodeGlyphList;
73 |
74 | @end
75 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIRenditionKey.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUIRenditionKey : NSObject {
6 | struct _renditionkeytoken {
7 | unsigned short identifier;
8 | unsigned short value;
9 | unsigned short _highwaterKeyCount;
10 | struct _renditionkeytoken { unsigned short x1; unsigned short x2; } *_key;
11 | } _stackKey[16];
12 | }
13 |
14 | + (id)_placeHolderKey;
15 | + (void)initialize;
16 | + (id)renditionKey;
17 | + (id)renditionKeyWithKeyList:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
18 |
19 | - (void)_expandKeyIfNecessaryForCount:(long long)arg1;
20 | - (unsigned short)_systemTokenCount;
21 | - (void)copyValuesFromKeyList:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
22 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
23 | - (void)dealloc;
24 | - (id)description;
25 | - (id)descriptionBasedOnKeyFormat:(const struct _renditionkeyfmt { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4[0]; }*)arg1;
26 | - (void)encodeWithCoder:(id)arg1;
27 | - (id)init;
28 | - (id)initWithCoder:(id)arg1;
29 | - (id)initWithKeyList:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
30 | - (id)initWithThemeElement:(long long)arg1 themePart:(long long)arg2 themeSize:(long long)arg3 themeDirection:(long long)arg4 themeValue:(long long)arg5 themeDimension1:(long long)arg6 themeDimension2:(long long)arg7 themeState:(long long)arg8 themePresentationState:(long long)arg9 themeLayer:(long long)arg10 themeScale:(long long)arg11 themeIdentifier:(long long)arg12;
31 | - (const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)keyList;
32 | - (id)nameOfAttributeName:(int)arg1;
33 | - (void)removeValueForKeyTokenIdentifier:(long long)arg1;
34 | - (void)setThemeDimension1:(long long)arg1;
35 | - (void)setThemeDimension2:(long long)arg1;
36 | - (void)setThemeDirection:(long long)arg1;
37 | - (void)setThemeElement:(long long)arg1;
38 | - (void)setThemeGraphicsClass:(long long)arg1;
39 | - (void)setThemeIdentifier:(long long)arg1;
40 | - (void)setThemeIdiom:(long long)arg1;
41 | - (void)setThemeLayer:(long long)arg1;
42 | - (void)setThemeMemoryClass:(long long)arg1;
43 | - (void)setThemePart:(long long)arg1;
44 | - (void)setThemePresentationState:(long long)arg1;
45 | - (void)setThemePreviousState:(long long)arg1;
46 | - (void)setThemePreviousValue:(long long)arg1;
47 | - (void)setThemeScale:(long long)arg1;
48 | - (void)setThemeSize:(long long)arg1;
49 | - (void)setThemeSizeClassHorizontal:(long long)arg1;
50 | - (void)setThemeSizeClassVertical:(long long)arg1;
51 | - (void)setThemeState:(long long)arg1;
52 | - (void)setThemeSubtype:(long long)arg1;
53 | - (void)setThemeValue:(long long)arg1;
54 | - (void)setValuesFromKeyList:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
55 | - (long long)themeDimension1;
56 | - (long long)themeDimension2;
57 | - (long long)themeDirection;
58 | - (long long)themeElement;
59 | - (long long)themeGraphicsClass;
60 | - (long long)themeIdentifier;
61 | - (long long)themeIdiom;
62 | - (long long)themeLayer;
63 | - (long long)themeMemoryClass;
64 | - (long long)themePart;
65 | - (long long)themePresentationState;
66 | - (long long)themePreviousState;
67 | - (long long)themePreviousValue;
68 | - (long long)themeScale;
69 | - (long long)themeSize;
70 | - (long long)themeSizeClassHorizontal;
71 | - (long long)themeSizeClassVertical;
72 | - (long long)themeState;
73 | - (long long)themeSubtype;
74 | - (long long)themeValue;
75 |
76 | @end
77 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUICommonAssetStorage.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @interface CUICommonAssetStorage : NSObject {
6 | void *_colordb;
7 | void *_elementDebugInfoDB;
8 | void *_facetKeysdb;
9 | void *_fontdb;
10 | void *_fontsizedb;
11 | struct _carheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; BOOL x6[128]; BOOL x7[256]; unsigned char x8[16]; unsigned int x9; unsigned int x10; unsigned int x11; unsigned int x12; } *_header;
12 | void *_imagedb;
13 | struct _renditionkeyfmt { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4[0]; } *_keyfmt;
14 | void *_partDebugInfoDB;
15 | void *_zcbezeldb;
16 | void *_zcglyphdb;
17 | bool_swap;
18 | }
19 |
20 | + (void)initialize;
21 |
22 | - (void)_bringHeaderInfoUpToDate;
23 | - (id)_constantNameForIdentifier:(unsigned int)arg1 fromDebugTree:(void*)arg2;
24 | - (id)_dataForIdentifier:(unsigned int)arg1 fromDebugTree:(void*)arg2;
25 | - (id)_displayNameForIdentifier:(unsigned int)arg1 fromDebugTree:(void*)arg2;
26 | - (const struct FontValue { BOOL x1[128]; float x2; }*)_fontValueForFontType:(id)arg1;
27 | - (void)_initDefaultHeaderVersion:(double)arg1 versionString:(const char *)arg2;
28 | - (long long)_storagefileTimestamp;
29 | - (void)_swapHeader;
30 | - (void)_swapKeyFormat;
31 | - (void)_swapRenditionKeyArray:(unsigned short*)arg1;
32 | - (struct _renditionkeytoken { unsigned short x1; unsigned short x2; })_swapRenditionKeyToken:(struct _renditionkeytoken { unsigned short x1; unsigned short x2; })arg1;
33 | - (void)_swapZeroCodeInformation:(struct { unsigned int x1; unsigned int x2; }*)arg1;
34 | - (id)_zeroCodeListFromTree:(const void*)arg1;
35 | - (id)allAssetKeys;
36 | - (id)allRenditionNames;
37 | - (bool)assetExistsForKey:(id)arg1;
38 | - (id)assetForKey:(id)arg1;
39 | - (id)assetKeysMatchingBlock:(id)arg1;
40 | - (unsigned int)associatedChecksum;
41 | - (unsigned int)colorSpaceID;
42 | - (id)constantNameForElementID:(long long)arg1;
43 | - (id)constantNameForPartID:(long long)arg1;
44 | - (unsigned int)coreuiVersion;
45 | - (void)dealloc;
46 | - (id)description;
47 | - (id)displayNameForElementID:(long long)arg1;
48 | - (id)displayNameForPartID:(long long)arg1;
49 | - (void)enumerateKeysAndObjectsUsingBlock:(id)arg1;
50 | - (void)finalize;
51 | - (float)fontSizeForFontSizeType:(id)arg1;
52 | - (bool)getBaselineOffset:(float*)arg1 forFontType:(id)arg2;
53 | - (bool)getColor:(struct _colordef { unsigned int x1; unsigned int x2; struct _rgbquad { unsigned int x_3_1_1 : 8; unsigned int x_3_1_2 : 8; unsigned int x_3_1_3 : 8; unsigned int x_3_1_4 : 8; } x3; }*)arg1 forName:(const char *)arg2;
54 | - (bool)getFontName:(id*)arg1 baselineOffset:(float*)arg2 forFontType:(id)arg3;
55 | - (bool)hasColorForName:(const char *)arg1;
56 | - (id)initWithPath:(id)arg1 forWriting:(bool)arg2;
57 | - (id)initWithPath:(id)arg1;
58 | - (const struct _renditionkeyfmt { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4[0]; }*)keyFormat;
59 | - (id)keyFormatData;
60 | - (int)keySemantics;
61 | - (long long)maximumRenditionKeyTokenCount;
62 | - (id)path;
63 | - (unsigned int)renditionCount;
64 | - (const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)renditionKeyForName:(const char *)arg1 hotSpot:(struct CGPoint { double x1; double x2; }*)arg2;
65 | - (id)renditionNameForKeyList:(struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
66 | - (unsigned int)schemaVersion;
67 | - (long long)storageTimestamp;
68 | - (unsigned int)storageVersion;
69 | - (bool)swapped;
70 | - (bool)usesCUISystemThemeRenditionKey;
71 | - (id)uuid;
72 | - (const char *)versionString;
73 | - (id)zeroCodeBezelList;
74 | - (id)zeroCodeGlyphList;
75 |
76 | @end
77 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIThemeSchemaRendition.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIPSDGradient, NSDictionary;
6 |
7 | @interface CUIThemeSchemaRendition : CUIThemeRendition {
8 | struct CGRect {
9 | struct CGPoint {
10 | double x;
11 | double y;
12 | } origin;
13 | struct CGSize {
14 | double width;
15 | double height;
16 | } size;
17 | struct CGSize {
18 | double width;
19 | double height;
20 | struct CGRect {
21 | struct CGPoint {
22 | double x;
23 | double y;
24 | } origin;
25 | struct CGSize {
26 | double width;
27 | double height;
28 | } size;
29 | struct {
30 | double top;
31 | double left;
32 | double bottom;
33 | double right;
34 | long long _columnSlices;
35 | } _contentInsets;
36 | } _elementRect;
37 | CUIPSDGradient *_gradient;
38 | struct CGImage {} *_image[9];
39 | } _intrinsicSize;
40 | } _layoutRects[9];
41 | unsigned long long _nimages;
42 | long long _rowSlices;
43 | NSDictionary *cuiInfo;
44 | }
45 |
46 | @property(readonly) CUIPSDGradient * gradient;
47 | @property(readonly) unsigned long long numberOfSlices;
48 | @property(readonly) struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; }* sliceRects;
49 |
50 | - (id).cxx_construct;
51 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })alignmentRectangle;
52 | - (long long)columnSlices;
53 | - (struct { double x1; double x2; double x3; double x4; })contentInsets;
54 | - (id)coreUIOptions;
55 | - (void)dealloc;
56 | - (id)defaultTemplateName;
57 | - (id)description;
58 | - (unsigned short)dimension1;
59 | - (id)dimension1LocalizedString;
60 | - (unsigned short)dimension2;
61 | - (id)dimension2LocalizedString;
62 | - (unsigned short)direction;
63 | - (id)directionLocalizedString;
64 | - (unsigned short)drawingLayer;
65 | - (id)drawingLayerLocalizedString;
66 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })edgeInsets:(bool)arg1;
67 | - (id)gradient;
68 | - (unsigned short)identifier;
69 | - (id)initWithCoreUIOptions:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2 artworkStatus:(long long)arg3;
70 | - (id)initWithCoreUIOptions:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2;
71 | - (unsigned short)keyScale;
72 | - (unsigned short)layer;
73 | - (unsigned short)look;
74 | - (id)lookLocalizedString;
75 | - (unsigned long long)numberOfSlices;
76 | - (unsigned short)presentationState;
77 | - (id)presentationStateLocalizedString;
78 | - (unsigned short)previousState;
79 | - (id)previousStateLocalizedString;
80 | - (unsigned short)previousValue;
81 | - (id)previousValueLocalizedString;
82 | - (id)referenceImage;
83 | - (struct CGPoint { double x1; double x2; })renditionCoordinatesForPartFeatures:(long long)arg1;
84 | - (long long)rowSlices;
85 | - (double)scale;
86 | - (id)scaleLocalizedString;
87 | - (unsigned short)size;
88 | - (id)sizeLocalizedString;
89 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; }*)sliceRects;
90 | - (id)slices;
91 | - (unsigned short)state;
92 | - (id)stateLocalizedString;
93 | - (id)stringForState:(unsigned short)arg1;
94 | - (id)stringForValue:(unsigned short)arg1;
95 | - (id)typeLocalizedString;
96 | - (unsigned short)value;
97 | - (id)valueLocalizedString;
98 |
99 | @end
100 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIThemeSchemaRendition.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUIPSDGradient, NSDictionary;
6 |
7 | @interface CUIThemeSchemaRendition : CUIThemeRendition {
8 | struct CGRect {
9 | struct CGPoint {
10 | double x;
11 | double y;
12 | } origin;
13 | struct CGSize {
14 | double width;
15 | double height;
16 | } size;
17 | struct CGSize {
18 | double width;
19 | double height;
20 | struct CGRect {
21 | struct CGPoint {
22 | double x;
23 | double y;
24 | } origin;
25 | struct CGSize {
26 | double width;
27 | double height;
28 | } size;
29 | struct {
30 | double top;
31 | double left;
32 | double bottom;
33 | double right;
34 | long long _columnSlices;
35 | } _contentInsets;
36 | } _elementRect;
37 | CUIPSDGradient *_gradient;
38 | struct CGImage {} *_image[9];
39 | } _intrinsicSize;
40 | } _layoutRects[9];
41 | unsigned long long _nimages;
42 | long long _rowSlices;
43 | NSDictionary *cuiInfo;
44 | }
45 |
46 | @property(readonly) CUIPSDGradient * gradient;
47 | @property(readonly) unsigned long long numberOfSlices;
48 | @property(readonly) struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; }* sliceRects;
49 |
50 | - (id).cxx_construct;
51 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })alignmentRectangle;
52 | - (long long)columnSlices;
53 | - (struct { double x1; double x2; double x3; double x4; })contentInsets;
54 | - (id)coreUIOptions;
55 | - (void)dealloc;
56 | - (id)defaultTemplateName;
57 | - (id)description;
58 | - (unsigned short)dimension1;
59 | - (id)dimension1LocalizedString;
60 | - (unsigned short)dimension2;
61 | - (id)dimension2LocalizedString;
62 | - (unsigned short)direction;
63 | - (id)directionLocalizedString;
64 | - (unsigned short)drawingLayer;
65 | - (id)drawingLayerLocalizedString;
66 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })edgeInsets:(bool)arg1;
67 | - (id)gradient;
68 | - (unsigned short)identifier;
69 | - (id)initWithCoreUIOptions:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2 artworkStatus:(long long)arg3;
70 | - (id)initWithCoreUIOptions:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2;
71 | - (unsigned short)keyScale;
72 | - (unsigned short)layer;
73 | - (unsigned short)look;
74 | - (id)lookLocalizedString;
75 | - (unsigned long long)numberOfSlices;
76 | - (unsigned short)presentationState;
77 | - (id)presentationStateLocalizedString;
78 | - (unsigned short)previousState;
79 | - (id)previousStateLocalizedString;
80 | - (unsigned short)previousValue;
81 | - (id)previousValueLocalizedString;
82 | - (id)referenceImage;
83 | - (struct CGPoint { double x1; double x2; })renditionCoordinatesForPartFeatures:(long long)arg1;
84 | - (long long)rowSlices;
85 | - (double)scale;
86 | - (id)scaleLocalizedString;
87 | - (unsigned short)size;
88 | - (id)sizeLocalizedString;
89 | - (struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; }*)sliceRects;
90 | - (id)slices;
91 | - (unsigned short)state;
92 | - (id)stateLocalizedString;
93 | - (id)stringForState:(unsigned short)arg1;
94 | - (id)stringForValue:(unsigned short)arg1;
95 | - (id)typeLocalizedString;
96 | - (unsigned short)value;
97 | - (id)valueLocalizedString;
98 |
99 | @end
100 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIThemeRendition.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSData, NSString;
6 |
7 | @interface CUIThemeRendition : NSObject {
8 | struct _renditionkeytoken {
9 | unsigned short identifier;
10 | unsigned short value;
11 | struct {
12 | unsigned int isHeaderFlaggedFPO : 1;
13 | unsigned int isExcludedFromContrastFilter : 1;
14 | unsigned int isVectorBased : 1;
15 | unsigned int isOpaque : 1;
16 | unsigned int reserved : 28;
17 | long long _artworkStatus;
18 | int _blendMode;
19 | unsigned long long _colorSpaceID;
20 | int _exifOrientation;
21 | struct _renditionkeytoken { unsigned short x1; unsigned short x2; } *_key;
22 | NSString *_name;
23 | double _opacity;
24 | } _renditionFlags;
25 | unsigned int _scale;
26 | NSData *_srcData;
27 | } _stackKey[16];
28 | unsigned int _subtype;
29 | long long _templateRenderingMode;
30 | long long _type;
31 | NSString *_utiType;
32 | long long _validLookGradation;
33 | }
34 |
35 | @property int blendMode;
36 | @property int exifOrientation;
37 | @property double opacity;
38 |
39 | + (id)displayNameForRenditionType:(long long)arg1;
40 | + (id)filteredCSIDataFromBaseCSIData:(id)arg1;
41 | + (Class)renditionClassForRenditionType:(long long)arg1 andPixelFormat:(unsigned int)arg2;
42 |
43 | - (id)_initWithCSIData:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2 artworkStatus:(long long)arg3;
44 | - (id)_initWithCSIHeader:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg1;
45 | - (void)_initalizeMetadataFromCSIData:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg1;
46 | - (void)_initializeCompositingOptionsFromCSIData:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg1;
47 | - (void)_initializeRenditionKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
48 | - (void)_initializeTypeIdentifiersWithLayout:(unsigned short)arg1;
49 | - (long long)artworkStatus;
50 | - (int)blendMode;
51 | - (unsigned long long)colorSpaceID;
52 | - (id)data;
53 | - (void)dealloc;
54 | - (id)description;
55 | - (id)effectPreset;
56 | - (int)exifOrientation;
57 | - (id)gradient;
58 | - (double)gradientDrawingAngle;
59 | - (unsigned int)gradientStyle;
60 | - (id)imageForSliceIndex:(long long)arg1;
61 | - (id)initWithCSIData:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2 artworkStatus:(long long)arg3;
62 | - (id)initWithCSIData:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2;
63 | - (bool)isHeaderFlaggedFPO;
64 | - (bool)isOpaque;
65 | - (bool)isScaled;
66 | - (bool)isTiled;
67 | - (bool)isValidForLookGradation:(long long)arg1;
68 | - (bool)isVectorBased;
69 | - (const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)key;
70 | - (id)maskForSliceIndex:(long long)arg1;
71 | - (id)metrics;
72 | - (id)name;
73 | - (double)opacity;
74 | - (struct CGPDFDocument { }*)pdfDocument;
75 | - (double)scale;
76 | - (void)setBlendMode:(int)arg1;
77 | - (void)setExifOrientation:(int)arg1;
78 | - (void)setOpacity:(double)arg1;
79 | - (id)sliceInformation;
80 | - (unsigned int)subtype;
81 | - (long long)templateRenderingMode;
82 | - (long long)type;
83 | - (struct CGImage { }*)unslicedImage;
84 | - (id)utiType;
85 | - (unsigned short)valueForTokenIdentifier:(unsigned short)arg1;
86 |
87 | @end
88 |
--------------------------------------------------------------------------------
/Extract/Extract/CoreUI.framework/CUIThemeRendition.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class NSData, NSString;
6 |
7 | @interface CUIThemeRendition : NSObject {
8 | struct _renditionkeytoken {
9 | unsigned short identifier;
10 | unsigned short value;
11 | struct {
12 | unsigned int isHeaderFlaggedFPO : 1;
13 | unsigned int isExcludedFromContrastFilter : 1;
14 | unsigned int isVectorBased : 1;
15 | unsigned int isOpaque : 1;
16 | unsigned int reserved : 28;
17 | long long _artworkStatus;
18 | int _blendMode;
19 | unsigned long long _colorSpaceID;
20 | int _exifOrientation;
21 | struct _renditionkeytoken { unsigned short x1; unsigned short x2; } *_key;
22 | NSString *_name;
23 | double _opacity;
24 | } _renditionFlags;
25 | unsigned int _scale;
26 | NSData *_srcData;
27 | } _stackKey[16];
28 | unsigned int _subtype;
29 | long long _templateRenderingMode;
30 | long long _type;
31 | NSString *_utiType;
32 | long long _validLookGradation;
33 | }
34 |
35 | @property int blendMode;
36 | @property int exifOrientation;
37 | @property double opacity;
38 |
39 | + (id)displayNameForRenditionType:(long long)arg1;
40 | + (id)filteredCSIDataFromBaseCSIData:(id)arg1;
41 | + (Class)renditionClassForRenditionType:(long long)arg1 andPixelFormat:(unsigned int)arg2;
42 |
43 | - (id)_initWithCSIData:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2 artworkStatus:(long long)arg3;
44 | - (id)_initWithCSIHeader:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg1;
45 | - (void)_initalizeMetadataFromCSIData:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg1;
46 | - (void)_initializeCompositingOptionsFromCSIData:(const struct _csiheader { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8 : 4; unsigned int x9 : 28; struct _csimetadata { unsigned int x_10_1_1; unsigned short x_10_1_2; unsigned short x_10_1_3; BOOL x_10_1_4[128]; } x10; unsigned int x11; struct _csibitmaplist { unsigned int x_12_1_1; unsigned int x_12_1_2[0]; } x12; }*)arg1;
47 | - (void)_initializeRenditionKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
48 | - (void)_initializeTypeIdentifiersWithLayout:(unsigned short)arg1;
49 | - (long long)artworkStatus;
50 | - (int)blendMode;
51 | - (unsigned long long)colorSpaceID;
52 | - (id)data;
53 | - (void)dealloc;
54 | - (id)description;
55 | - (id)effectPreset;
56 | - (int)exifOrientation;
57 | - (id)gradient;
58 | - (double)gradientDrawingAngle;
59 | - (unsigned int)gradientStyle;
60 | - (id)imageForSliceIndex:(long long)arg1;
61 | - (id)initWithCSIData:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2 artworkStatus:(long long)arg3;
62 | - (id)initWithCSIData:(id)arg1 forKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg2;
63 | - (bool)isHeaderFlaggedFPO;
64 | - (bool)isOpaque;
65 | - (bool)isScaled;
66 | - (bool)isTiled;
67 | - (bool)isValidForLookGradation:(long long)arg1;
68 | - (bool)isVectorBased;
69 | - (const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)key;
70 | - (id)maskForSliceIndex:(long long)arg1;
71 | - (id)metrics;
72 | - (id)name;
73 | - (double)opacity;
74 | - (struct CGPDFDocument { }*)pdfDocument;
75 | - (double)scale;
76 | - (void)setBlendMode:(int)arg1;
77 | - (void)setExifOrientation:(int)arg1;
78 | - (void)setOpacity:(double)arg1;
79 | - (id)sliceInformation;
80 | - (unsigned int)subtype;
81 | - (long long)templateRenderingMode;
82 | - (long long)type;
83 | - (struct CGImage { }*)unslicedImage;
84 | - (id)utiType;
85 | - (unsigned short)valueForTokenIdentifier:(unsigned short)arg1;
86 |
87 | @end
88 |
--------------------------------------------------------------------------------
/Extract/CoreUI.framework/CUIStructuredThemeStore.h:
--------------------------------------------------------------------------------
1 | /* Generated by RuntimeBrowser
2 | Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
3 | */
4 |
5 | @class CUICommonAssetStorage, NSCache, NSLock, NSMutableDictionary, NSString;
6 |
7 | @interface CUIStructuredThemeStore : NSObject {
8 | NSCache *_assetExistanceCache;
9 | NSCache *_assetFPOStatus;
10 | NSString *_bundleID;
11 | NSMutableDictionary *_cache;
12 | NSLock *_cacheLock;
13 | CUICommonAssetStorage *_store;
14 | NSLock *_storeLock;
15 | unsigned long long _themeIndex;
16 | }
17 |
18 | @property(copy,readonly) NSString * debugDescription;
19 | @property(copy,readonly) NSString * description;
20 | @property(readonly) unsigned long long hash;
21 | @property(readonly) Class superclass;
22 |
23 | - (bool)_canGetRenditionWithKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1 isFPO:(bool*)arg2 lookForSubstitutions:(bool)arg3;
24 | - (void)_getKeyForAssetClosestToKey:(struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1 foundAsset:(bool*)arg2;
25 | - (void)_getKeyForAssetInOtherLookGroupClosestToKey:(struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1 foundAsset:(bool*)arg2;
26 | - (id)_newRenditionKeyDataFromKey:(struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
27 | - (void)_updateKeyWithCompatibilityMapping:(struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
28 | - (id)allImageNames;
29 | - (bool)assetExistsForKey:(struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
30 | - (unsigned int)authoredWithSchemaVersion;
31 | - (id)baseGradationKeySignatureForKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
32 | - (id)bundleID;
33 | - (bool)canGetRenditionWithKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1 isFPO:(bool*)arg2;
34 | - (bool)canGetRenditionWithKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
35 | - (void)clearRenditionCache;
36 | - (unsigned long long)colorSpaceID;
37 | - (id)constantNameForElementID:(long long)arg1;
38 | - (id)constantNameForPartID:(long long)arg1;
39 | - (id)convertRenditionKeyToKeyData:(struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
40 | - (id)copyKeySignatureForKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1 withBytesNoCopy:(char *)arg2 length:(unsigned long long)arg3;
41 | - (void)dealloc;
42 | - (id)debugDescription;
43 | - (id)debugDescriptionForKeyList:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
44 | - (id)displayNameForElementID:(long long)arg1;
45 | - (id)displayNameForPartID:(long long)arg1;
46 | - (unsigned int)distilledInCoreUIVersion;
47 | - (unsigned int)documentFormatVersion;
48 | - (double)fontSizeForFontSizeType:(id)arg1;
49 | - (bool)getFontName:(id*)arg1 baselineOffset:(double*)arg2 forFontType:(id)arg3;
50 | - (bool)getPhysicalColor:(struct _colordef { unsigned int x1; unsigned int x2; struct _rgbquad { unsigned int x_3_1_1 : 8; unsigned int x_3_1_2 : 8; unsigned int x_3_1_3 : 8; unsigned int x_3_1_4 : 8; } x3; }*)arg1 withName:(id)arg2;
51 | - (bool)hasPhysicalColorWithName:(id)arg1;
52 | - (id)imagesWithName:(id)arg1;
53 | - (id)initWithPath:(id)arg1;
54 | - (id)initWithURL:(id)arg1;
55 | - (const struct _renditionkeyfmt { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4[0]; }*)keyFormat;
56 | - (id)keySignatureForKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
57 | - (id)lookupAssetForKey:(struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
58 | - (long long)maximumRenditionKeyTokenCount;
59 | - (id)prefilteredAssetDataForKey:(struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
60 | - (const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)renditionKeyForName:(id)arg1 cursorHotSpot:(struct CGPoint { double x1; double x2; }*)arg2;
61 | - (const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)renditionKeyForName:(id)arg1;
62 | - (const struct _renditionkeyfmt { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4[0]; }*)renditionKeyFormat;
63 | - (id)renditionWithKey:(const struct _renditionkeytoken { unsigned short x1; unsigned short x2; }*)arg1;
64 | - (void)setThemeIndex:(unsigned long long)arg1;
65 | - (id)themeStore;
66 | - (bool)usesCUISystemThemeRenditionKey;
67 | - (id)zeroCodeGlyphList;
68 |
69 | @end
70 |
--------------------------------------------------------------------------------