-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathNUCompositionSchema.h
46 lines (40 loc) · 1.67 KB
/
NUCompositionSchema.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
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import <NeutrinoCore/NUSchema.h>
@class NSDictionary, NSSet;
@interface NUCompositionSchema : NUSchema
{
NSSet *_requiredContents;
NSDictionary *_contents;
}
+ (id)deserializeFromDictionary:(id)arg1 error:(out id *)arg2;
+ (id)supportedAttributes;
- (void).cxx_destruct;
@property(readonly, nonatomic) NSDictionary *contents; // @synthesize contents=_contents;
- (id)schemaDependencies;
- (BOOL)serializeIntoDictionary:(id)arg1 error:(out id *)arg2;
- (BOOL)deserializeContents:(id)arg1 fromDictionary:(id)arg2 error:(out id *)arg3;
- (BOOL)serializeContents:(id)arg1 intoDictionary:(id)arg2 error:(out id *)arg3;
- (id)deserializeComposition:(id)arg1 error:(out id *)arg2;
- (id)serializeComposition:(id)arg1 error:(out id *)arg2;
- (id)deserialize:(id)arg1 error:(out id *)arg2;
- (id)serialize:(id)arg1 error:(out id *)arg2;
- (id)modelForProperty:(id)arg1;
- (id)makeJSValue:(id)arg1 context:(id)arg2 error:(out id *)arg3;
- (id)copyComposition:(id)arg1;
- (id)copy:(id)arg1;
- (BOOL)validateContents:(id)arg1 error:(out id *)arg2;
- (BOOL)validateComposition:(id)arg1 error:(out id *)arg2;
- (BOOL)validate:(id)arg1 error:(out id *)arg2;
- (BOOL)validateContents:(out id *)arg1;
- (BOOL)validatePropertyArray:(id)arg1 error:(out id *)arg2;
- (BOOL)validateAttribute:(id)arg1 value:(id)arg2 error:(out id *)arg3;
- (BOOL)isValid:(out id *)arg1;
@property(readonly, nonatomic) NSSet *requiredContents;
- (id)initWithIdentifier:(id)arg1 contents:(id)arg2 attributes:(id)arg3;
- (id)initWithIdentifier:(id)arg1 attributes:(id)arg2;
- (long long)type;
@end