-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathANSCrashMetadata.h
33 lines (25 loc) · 956 Bytes
/
ANSCrashMetadata.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
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
#import "ANSMetadataSerializable-Protocol.h"
@class NSDictionary, NSString;
@interface ANSCrashMetadata : NSObject <ANSMetadataSerializable>
{
NSDictionary *_rawMetadataDictionary;
}
+ (_Bool)writeSerializedDictionary:(id)arg1 toURL:(id)arg2;
+ (id)readSerializedDictionaryFromURL:(id)arg1;
@property(readonly, nonatomic) NSDictionary *rawMetadataDictionary; // @synthesize rawMetadataDictionary=_rawMetadataDictionary;
- (void).cxx_destruct;
- (id)dictionaryRepresentationWithStartTime:(unsigned long long)arg1;
- (id)eventName;
- (id)initWithDictionary:(id)arg1;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end