-
Notifications
You must be signed in to change notification settings - Fork 73
/
MSSymbolMaster.h
75 lines (67 loc) · 3.11 KB
/
MSSymbolMaster.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jul 6 2018 12:02:43).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <SketchModel/_MSSymbolMaster.h>
#import <SketchModel/BCSortable-Protocol.h>
@class NSArray, NSDictionary, NSSet, NSString;
@interface MSSymbolMaster : _MSSymbolMaster <BCSortable>
{
NSDictionary *_overridePropertyDict;
}
+ (void)copyPropertiesFrom:(id)arg1 to:(id)arg2;
+ (id)convertSymbolToArtboard:(id)arg1;
+ (id)convertArtboardToSymbol:(id)arg1;
- (void).cxx_destruct;
- (void)refaultAgainst:(id)arg1 inContext:(id)arg2;
- (BOOL)shouldRoundCoordinates;
- (void)updateOverridesWithObjectIDMap:(id)arg1;
- (void)updateOverridePropertiesWithObjectIDMap:(id)arg1;
- (void)syncOverrideProperties;
- (void)setOverridePoint:(id)arg1 editable:(BOOL)arg2;
- (void)object:(id)arg1 didChangeProperty:(id)arg2;
- (id)overridePropertyForOverrideName:(id)arg1;
@property(readonly, nonatomic) NSDictionary *overridePropertyDict; // @synthesize overridePropertyDict=_overridePropertyDict;
- (BOOL)propertiesAreEqual:(id)arg1 forPurpose:(unsigned long long)arg2;
- (BOOL)compareFrameFrom:(id)arg1 withComparisonforPurpose:(unsigned long long)arg2;
- (id)parentSymbol;
- (id)rootForNameUniquing;
- (id)ancestorIDsForLayerNamed:(id)arg1 skip:(id)arg2;
- (id)ancestorIDsForLayerNamed:(id)arg1;
- (BOOL)isSafeToDelete;
- (void)multiplyBy:(double)arg1;
- (id)ungroup;
- (void)removeFromParentAndDetachAllInstances;
- (void)detachAllInstances;
- (BOOL)ensureSymbolIDUniqueInDocument:(id)arg1;
- (BOOL)canInsertInstanceIntoGroupWithoutInfiniteRecursion:(id)arg1;
- (BOOL)hasInstances;
@property(readonly, nonatomic) NSArray *allInfluencedInstances;
- (id)nestedSymbolsSkipping:(id)arg1;
@property(readonly, nonatomic) NSSet *nestedSymbols;
@property(readonly, nonatomic) NSArray *allInstances;
- (id)newSymbolInstance;
- (id)copyWithIDMapping:(id)arg1;
- (void)moveChildrenToIdenticalPositionAfterResizeFromRect:(struct CGRect)arg1;
- (void)copyPropertiesToObject:(id)arg1 options:(unsigned long long)arg2;
- (void)invalidateModifiedSymbolCache;
- (id)initWithFrame:(struct CGRect)arg1;
- (BOOL)overridePropertiesMatch:(id)arg1 forPurpose:(unsigned long long)arg2;
- (void)applyOverrides:(id)arg1 withContext:(id)arg2;
@property(readonly, nonatomic) NSArray *availableOverrides;
- (void)preserveFlexibleWidthTextLayersInMutableMaster:(id)arg1 inBlock:(CDUnknownBlockType)arg2;
- (void)applyBackgroundColorProperties;
- (void)clearBackgroundBlurCaches;
- (void)applyResizeToRect:(struct CGRect)arg1 preferNaturalSizeOnAxes:(unsigned long long)arg2;
- (void)applyScale:(double)arg1;
- (void)applyOverridesRespectingLayout:(id)arg1 withContext:(id)arg2;
@property(readonly, nonatomic) BOOL hasInferredLayouts;
- (void)applyOverrides:(id)arg1 rect:(struct CGRect)arg2 resizeToNaturalSizeOnAxes:(unsigned long long)arg3 withContext:(id)arg4;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly, nonatomic) NSString *name;
@property(readonly) Class superclass;
@end