Skip to content

Commit

Permalink
Beta Version 47
Browse files Browse the repository at this point in the history
  • Loading branch information
exevil committed Aug 31, 2017
1 parent 66d4612 commit d4f3e38
Show file tree
Hide file tree
Showing 137 changed files with 907 additions and 582 deletions.
2 changes: 1 addition & 1 deletion Headers/AFStreamingMultipartFormData.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
@property(retain, nonatomic) AFMultipartBodyStream *bodyStream; // @synthesize bodyStream=_bodyStream;
@property(copy, nonatomic) NSString *boundary; // @synthesize boundary=_boundary;
@property(nonatomic) unsigned long long stringEncoding; // @synthesize stringEncoding=_stringEncoding;
@property(copy, nonatomic) NSMutableURLRequest *request; // @synthesize request=_request;
@property(retain, nonatomic) NSMutableURLRequest *request; // @synthesize request=_request;
- (void).cxx_destruct;
- (id)requestByFinalizingMultipartFormData;
- (void)throttleBandwidthWithPacketSize:(unsigned long long)arg1 delay:(double)arg2;
Expand Down
2 changes: 2 additions & 0 deletions Headers/AppController.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
@property(nonatomic) __weak NSMenuItem *pluginsMenuItem; // @synthesize pluginsMenuItem=_pluginsMenuItem;
@property(nonatomic) __weak id shapesMenu; // @synthesize shapesMenu=_shapesMenu;
- (void).cxx_destruct;
- (BOOL)application:(id)arg1 openFile:(id)arg2;
- (void)waitForResourceMigrationToFinish;
- (void)migrateResources:(id)arg1;
- (id)resourcesNeedingMigrationFromResources:(id)arg1;
Expand All @@ -104,6 +105,7 @@
- (void)checkImageTemplates;
- (void)checkDefaults;
- (BOOL)application:(id)arg1 continueUserActivity:(id)arg2 restorationHandler:(CDUnknownBlockType)arg3;
@property(readonly, nonatomic) long long checkForUpdatesPeriod;
- (void)badgeWindows;
- (void)checkForAndDownloadPluginUpdates;
- (void)installCompatiblePluginUpdates;
Expand Down
26 changes: 26 additions & 0 deletions Headers/BCCanvasGrabResult.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//

#import "NSObject.h"

@class BCScreenGrab;

@interface BCCanvasGrabResult : NSObject
{
BOOL _mouseIsOnCanvas;
BCScreenGrab *_canvasGrab;
long long _windowNumber;
}

@property(nonatomic) long long windowNumber; // @synthesize windowNumber=_windowNumber;
@property(nonatomic) BOOL mouseIsOnCanvas; // @synthesize mouseIsOnCanvas=_mouseIsOnCanvas;
@property(readonly, nonatomic) BCScreenGrab *canvasGrab; // @synthesize canvasGrab=_canvasGrab;
- (void).cxx_destruct;
- (id)initWithPreviousCanvasGrabResult:(id)arg1 mouseIsOnCanvas:(BOOL)arg2;
- (id)initWithCanvasGrab:(id)arg1 windowNumber:(long long)arg2 mouseIsOnCanvas:(BOOL)arg3;

@end

1 change: 1 addition & 0 deletions Headers/BCFlexibleColor.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
@property(nonatomic) double blue; // @synthesize blue=_blue;
@property(nonatomic) double green; // @synthesize green=_green;
@property(nonatomic) double red; // @synthesize red=_red;
- (id)description;
- (id)colorForColorSpace:(id)arg1;

@end
Expand Down
2 changes: 2 additions & 0 deletions Headers/BCHSBColorPicker.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
@interface BCHSBColorPicker : NSControl
{
long long ignoreColorActionsCounter;
id <BCHSBColorPickerDelegate> _delegate;
NSTextField *_hexValueTextField;
NSTextField *_alphaComponentTextField;
MSColorInspectorSeparatorView *_separatorView;
Expand Down Expand Up @@ -45,6 +46,7 @@
@property(retain, nonatomic) MSColorInspectorSeparatorView *separatorView; // @synthesize separatorView=_separatorView;
@property(retain, nonatomic) NSTextField *alphaComponentTextField; // @synthesize alphaComponentTextField=_alphaComponentTextField;
@property(retain, nonatomic) NSTextField *hexValueTextField; // @synthesize hexValueTextField=_hexValueTextField;
@property(nonatomic) __weak id <BCHSBColorPickerDelegate> delegate; // @synthesize delegate=_delegate;
- (void).cxx_destruct;
- (void)dealloc;
- (void)setFrequentColors:(id)arg1;
Expand Down
14 changes: 14 additions & 0 deletions Headers/BCHSBColorPickerDelegate-Protocol.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//

#import "NSObject.h"

@class BCHSBColorPicker, NSColorSpace;

@protocol BCHSBColorPickerDelegate <NSObject>
- (NSColorSpace *)hsbColorPickerColorSpace:(BCHSBColorPicker *)arg1;
@end

5 changes: 4 additions & 1 deletion Headers/BCMagnifier.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
}

+ (unsigned int)displayIDForScreenPoint:(struct CGPoint)arg1;
+ (id)colorFromScreenGrab:(id)arg1 mouse:(struct CGPoint)arg2;
+ (id)grabVisibleCanvas:(id)arg1;
+ (id)colorAtScreenPoint:(struct CGPoint)arg1 inScreenGrab:(id)arg2;
+ (id)grabCanvasAtScreenPoint:(struct CGPoint)arg1 belowWindow:(id)arg2 previousGrabResult:(id)arg3;
+ (void)updateMagnifierWindow:(id)arg1 mouseLocation:(struct CGPoint)arg2 screenGrab:(id)arg3;
+ (void)pickColorWithCompletionBlock:(CDUnknownBlockType)arg1;
+ (struct CGPoint)pointInFlippedCoordinates:(struct CGPoint)arg1;

Expand Down
6 changes: 4 additions & 2 deletions Headers/BCMagnifierWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@

@interface BCMagnifierWindow : NSWindow
{
struct CGPoint _frameOffset;
struct CGRect _screenFrame;
}

@property(nonatomic) struct CGRect screenFrame; // @synthesize screenFrame=_screenFrame;
@property(readonly, nonatomic) struct CGPoint frameOffset; // @synthesize frameOffset=_frameOffset;
- (void)flagsChanged;
- (void)setCurrentColor:(id)arg1;
- (void)setScreenGrab:(id)arg1;
- (void)updateScreenGrabIfNeeded:(id)arg1;
- (void)mouseMovedTo:(struct CGPoint)arg1;
- (id)initWithScreenGrab:(id)arg1;
- (id)initWithScreenGrab:(id)arg1 frameOffset:(struct CGPoint)arg2;
- (struct CGRect)frameForWindowAroundMouse;

@end
Expand Down
7 changes: 5 additions & 2 deletions Headers/MSObjectSorting.h → Headers/BCObjectSorting.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@

#import "NSObject.h"

@interface MSObjectSorting : NSObject
@interface BCObjectSorting : NSObject
{
}

+ (id)consolidateGroups:(id)arg1;
+ (void)recursiveSplitByPrefix:(id)arg1;
+ (id)splitByPrefix:(id)arg1;
+ (id)normalizedName:(id)arg1;
+ (id)sortObjects:(id)arg1;
+ (id)sortObjectsWithCompressedNesting:(id)arg1;
+ (id)sortObjectsWithNesting:(id)arg1;
+ (id)sortObjectsAlphabetically:(id)arg1;

@end

3 changes: 3 additions & 0 deletions Headers/BCOutlineViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@
NSTextField *_menuDisabledTextField;
NSMutableSet *_referencedNodes;
unsigned long long _refreshMask;
NSArray *_postRefreshBlocks;
}

@property(retain, nonatomic) NSArray *postRefreshBlocks; // @synthesize postRefreshBlocks=_postRefreshBlocks;
@property(nonatomic) unsigned long long refreshMask; // @synthesize refreshMask=_refreshMask;
@property(retain, nonatomic) NSMutableSet *referencedNodes; // @synthesize referencedNodes=_referencedNodes;
@property(retain, nonatomic) NSTextField *menuDisabledTextField; // @synthesize menuDisabledTextField=_menuDisabledTextField;
Expand Down Expand Up @@ -60,6 +62,7 @@
- (void)refreshWithMask:(unsigned long long)arg1;
- (void)refreshPreviewImages;
- (void)internalRefreshPreviewImages;
- (void)executeAfterRefreshCompleted:(CDUnknownBlockType)arg1;
- (void)refresh;
- (void)internalRefresh;
- (void)renameNode;
Expand Down
15 changes: 10 additions & 5 deletions Headers/BCScreenGrab.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,22 @@
NSImage *_image;
NSBitmapImageRep *_bitmapRep;
NSColorSpace *_colorSpace;
struct CGPoint _imageOrigin;
}

+ (id)screenGrabForDisplay:(unsigned int)arg1;
@property(retain, nonatomic) NSColorSpace *colorSpace; // @synthesize colorSpace=_colorSpace;
@property(retain, nonatomic) NSBitmapImageRep *bitmapRep; // @synthesize bitmapRep=_bitmapRep;
@property(retain, nonatomic) NSImage *image; // @synthesize image=_image;
@property(nonatomic) unsigned int displayID; // @synthesize displayID=_displayID;
+ (id)screenGrabWithBitmapImageRep:(id)arg1 originOnScreen:(struct CGPoint)arg2 colorSpace:(id)arg3 displayID:(unsigned int)arg4;
@property(readonly, nonatomic) NSColorSpace *colorSpace; // @synthesize colorSpace=_colorSpace;
@property(nonatomic) struct CGPoint imageOrigin; // @synthesize imageOrigin=_imageOrigin;
@property(readonly, nonatomic) NSBitmapImageRep *bitmapRep; // @synthesize bitmapRep=_bitmapRep;
@property(readonly, nonatomic) NSImage *image; // @synthesize image=_image;
@property(readonly, nonatomic) unsigned int displayID; // @synthesize displayID=_displayID;
- (void).cxx_destruct;
- (id)bitmapImageRepCroppingToRect:(struct CGRect)arg1;
- (id)currentScreen;
- (BOOL)isRetinaScreen;
@property(readonly, nonatomic) BOOL isRetinaScreen;
@property(readonly, nonatomic) struct CGRect screenFrame; // @dynamic screenFrame;
- (id)initWithBitmapImageRep:(id)arg1 originOnScreen:(struct CGPoint)arg2 colorSpace:(id)arg3 displayID:(unsigned int)arg4;

@end

1 change: 1 addition & 0 deletions Headers/BCSideBarViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
- (void)flagsChangedNotification;
- (void)findLayer:(id)arg1;
- (void)renamePage;
- (void)renameLayerAfterNextLayerListRefresh;
- (void)renameLayer;
- (void)controlTextDidChange:(id)arg1;
- (void)checkPageListHeight;
Expand Down
2 changes: 1 addition & 1 deletion Headers/BCSketchToolRunner.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@property(readonly, nonatomic) NSOperationQueue *sketchToolSubprocessQueue; // @synthesize sketchToolSubprocessQueue=_sketchToolSubprocessQueue;
@property(readonly, nonatomic) NSURL *sketchToolURL; // @synthesize sketchToolURL=_sketchToolURL;
- (void).cxx_destruct;
- (void)exportPreviewImageForDocumentAtURL:(id)arg1 withMaximumPixelSize:(double)arg2 intoURL:(id)arg3 completionHandler:(CDUnknownBlockType)arg4;
- (void)exportPreviewImageForDocumentAtURL:(id)arg1 additionalArguments:(id)arg2 intoURL:(id)arg3 completionHandler:(CDUnknownBlockType)arg4;
- (id)initWithSketchToolURL:(id)arg1 maximumConcurrentOperations:(long long)arg2;

@end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

@class NSString;

@protocol MSSortable <NSObject>
@protocol BCSortable <NSObject>
@property(readonly, nonatomic) NSString *name;
@end

2 changes: 2 additions & 0 deletions Headers/MSArchiveHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@
@interface MSArchiveHeader : NSObject <MSCoding>
{
long long _version;
long long _compatibilityVersion;
NSDictionary *_metadata;
id _root;
}

+ (id)metadataForNewHeader;
@property(retain, nonatomic) id root; // @synthesize root=_root;
@property(retain, nonatomic) NSDictionary *metadata; // @synthesize metadata=_metadata;
@property(nonatomic) long long compatibilityVersion; // @synthesize compatibilityVersion=_compatibilityVersion;
@property(nonatomic) long long version; // @synthesize version=_version;
- (void).cxx_destruct;
- (void)encodeAsJSON:(id)arg1;
Expand Down
10 changes: 3 additions & 7 deletions Headers/MSArtboardGroup.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,21 @@
#import "_MSArtboardGroup.h"

#import "MSArtboardGroup.h"
#import "MSCloudExportable.h"
#import "MSColorSpaceConvertible.h"
#import "MSLayerWithBackgroundColor.h"
#import "MSRootLayer.h"

@class MSLayoutGrid, MSRulerData, MSSimpleGrid, NSString;

@interface MSArtboardGroup : _MSArtboardGroup <MSCloudExportable, MSArtboardGroup, MSRootLayer, MSLayerWithBackgroundColor>
@interface MSArtboardGroup : _MSArtboardGroup <MSArtboardGroup, MSRootLayer, MSLayerWithBackgroundColor, MSColorSpaceConvertible>
{
id <MSSliceLayerWatcher> _sliceWatcher;
}

+ (unsigned long long)traits;
@property(nonatomic) __weak id <MSSliceLayerWatcher> sliceWatcher; // @synthesize sliceWatcher=_sliceWatcher;
- (void).cxx_destruct;
- (void)convertColorsUsing:(id)arg1;
- (void)makeChildRectsIntegral;
- (id)immutableBackgroundColor;
- (id)closestClippingLayer;
Expand Down Expand Up @@ -55,11 +56,6 @@
- (void)object:(id)arg1 didChangeProperty:(id)arg2;
- (void)performInitEmptyObject;
- (BOOL)canBeHidden;
- (long long)includeForCloudExportState;
- (void)setIsMarkedForCloudExport:(BOOL)arg1;
- (id)childAtIndex:(unsigned long long)arg1;
- (unsigned long long)numberOfChildren;
- (BOOL)hasChildren;
- (BOOL)hasSliceIcon;
- (BOOL)canCopyToLayer:(id)arg1 beforeLayer:(id)arg2;
- (id)contextualMenuPreviewImage;
Expand Down
5 changes: 4 additions & 1 deletion Headers/MSArtboardInspectorViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
#import "BCPopoverDelegate.h"
#import "MSArtboardPresetsViewControllerDelegate.h"
#import "MSColorInspectorDelegate.h"
#import "MSColorPreviewButtonDelegate.h"

@class BCPopover, MSArtboardPresetStore, MSArtboardPresetsViewController, MSColorPreviewButton, NSArrayController, NSButton, NSSegmentedControl, NSString, NSView;

@interface MSArtboardInspectorViewController : MSBaseExportableInspectorViewController <MSArtboardPresetsViewControllerDelegate, MSColorInspectorDelegate, BCPopoverDelegate>
@interface MSArtboardInspectorViewController : MSBaseExportableInspectorViewController <MSArtboardPresetsViewControllerDelegate, MSColorInspectorDelegate, BCPopoverDelegate, MSColorPreviewButtonDelegate>
{
NSView *_artboardBackgroundView;
NSView *_symbolStandardPropertiesView;
Expand Down Expand Up @@ -41,6 +42,8 @@
@property(retain, nonatomic) NSView *symbolStandardPropertiesView; // @synthesize symbolStandardPropertiesView=_symbolStandardPropertiesView;
@property(retain, nonatomic) NSView *artboardBackgroundView; // @synthesize artboardBackgroundView=_artboardBackgroundView;
- (void).cxx_destruct;
- (id)colorPreviewButtonColorSpace:(id)arg1;
- (id)documentColorSpace;
- (void)artboardPresetsViewController:(id)arg1 didSelectOrientation:(long long)arg2;
- (void)artboardPresetsViewController:(id)arg1 didSelectPreset:(id)arg2;
- (id)views;
Expand Down
40 changes: 28 additions & 12 deletions Headers/MSAssetLibrariesPreferencePane.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,50 +10,66 @@
#import "MSDropableViewDelegate.h"
#import "NSTableViewDataSource.h"
#import "NSTableViewDelegate.h"
#import "QLPreviewPanelDataSource.h"
#import "QLPreviewPanelDelegate.h"

@class MSAssetLibrary, MSAssetLibraryController, NSArray, NSImageView, NSMenu, NSString, NSTableView, NSView;
@class MSAssetLibraryController, NSArray, NSMenu, NSString, NSTableView;

@interface MSAssetLibrariesPreferencePane : MSPreferencePane <MSAssetPreferenceItemDelegate, MSDropableViewDelegate, NSTableViewDelegate, NSTableViewDataSource>
@interface MSAssetLibrariesPreferencePane : MSPreferencePane <MSAssetPreferenceItemDelegate, MSDropableViewDelegate, QLPreviewPanelDataSource, QLPreviewPanelDelegate, NSTableViewDelegate, NSTableViewDataSource>
{
BOOL _hasAssets;
BOOL _shouldEnableCogMenu;
NSTableView *_tableView;
NSArray *_items;
NSMenu *_contextMenu;
NSView *_emptyStateView;
NSImageView *_emptyStateIconView;
}

+ (id)toolbarIcon;
+ (id)title;
+ (id)identifier;
@property(retain, nonatomic) NSImageView *emptyStateIconView; // @synthesize emptyStateIconView=_emptyStateIconView;
@property(retain, nonatomic) NSView *emptyStateView; // @synthesize emptyStateView=_emptyStateView;
@property(nonatomic) BOOL shouldEnableCogMenu; // @synthesize shouldEnableCogMenu=_shouldEnableCogMenu;
@property(nonatomic) BOOL hasAssets; // @synthesize hasAssets=_hasAssets;
@property(retain, nonatomic) NSMenu *contextMenu; // @synthesize contextMenu=_contextMenu;
@property(retain, nonatomic) NSArray *items; // @synthesize items=_items;
@property(nonatomic) __weak NSTableView *tableView; // @synthesize tableView=_tableView;
- (void).cxx_destruct;
- (void)learnMoreAboutLibraries:(id)arg1;
- (void)updateQLPreview;
- (void)viewWillDisappear;
- (void)viewDidAppear;
- (BOOL)previewPanel:(id)arg1 handleEvent:(id)arg2;
- (void)endPreviewPanelControl:(id)arg1;
- (void)beginPreviewPanelControl:(id)arg1;
- (BOOL)acceptsPreviewPanelControl:(id)arg1;
- (id)previewPanel:(id)arg1 previewItemAtIndex:(long long)arg2;
- (long long)numberOfPreviewItemsInPreviewPanel:(id)arg1;
- (void)toggleQLPreview:(id)arg1;
- (BOOL)tableView:(id)arg1 shouldTypeSelectForEvent:(id)arg2 withCurrentSearchString:(id)arg3;
- (id)menuForEvent:(id)arg1;
- (BOOL)validateMenuItem:(id)arg1;
- (BOOL)validateOpenInSketchMenuItem:(id)arg1;
- (void)openInSketchAction:(id)arg1;
- (BOOL)validateRemoveLibraryMenuItem:(id)arg1;
- (void)removeLibraryAction:(id)arg1;
- (BOOL)validateRevealInFinderMenuItem:(id)arg1;
- (void)revealInFinderAction:(id)arg1;
- (BOOL)validateToggleLibraryMenuItem:(id)arg1;
- (id)pluraliseMenuItemTitle:(id)arg1;
- (void)toggleLibraryEnabled:(id)arg1;
- (BOOL)hasDisabledLibrariesSelected;
- (unsigned long long)view:(id)arg1 draggingUpdated:(id)arg2;
- (unsigned long long)view:(id)arg1 draggingEntered:(id)arg2;
- (id)draggedURLsFromPasteboard:(id)arg1;
- (BOOL)view:(id)arg1 performDragOperation:(id)arg2;
- (id)draggedTypesForView:(id)arg1;
- (void)reloadSelectingRow:(long long)arg1;
- (void)reloadSelectingLibrary:(id)arg1;
- (void)preferenceItemHasUpdated:(id)arg1;
- (void)showContextMenu:(id)arg1;
- (void)revealInFinderAction:(id)arg1;
- (void)openInSketchAction:(id)arg1;
@property(readonly, nonatomic) MSAssetLibrary *currentLibrary;
- (void)removeLibraryAction:(id)arg1;
@property(readonly, nonatomic) NSArray *selectedLibraries;
- (id)currentLibrary;
- (void)importLibraryAction:(id)arg1;
- (void)addNextLibraryFromURLs:(id)arg1;
- (id)tableView:(id)arg1 viewForTableColumn:(id)arg2 row:(long long)arg3;
- (double)tableView:(id)arg1 heightOfRow:(long long)arg2;
- (id)tableView:(id)arg1 objectValueForTableColumn:(id)arg2 row:(long long)arg3;
- (long long)numberOfRowsInTableView:(id)arg1;
- (void)tableViewSelectionDidChange:(id)arg1;
Expand Down
Loading

0 comments on commit d4f3e38

Please sign in to comment.