XCActivityRecord.h•1.57 kB
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
@class NSArray, NSData, NSDate, NSString, NSUUID, XCSynthesizedEventRecord;
@interface XCActivityRecord : NSObject <NSSecureCoding>
{
NSString *_title;
NSUUID *_uuid;
NSDate *_start;
NSDate *_finish;
BOOL _hasSubactivities;
NSData *_screenImageData;
id/*XCElementSnapshot*/ _snapshot;
NSArray *_elementsOfInterest;
XCSynthesizedEventRecord *_synthesizedEvent;
NSData *_diagnosticReportData;
NSData *_memoryGraphData;
}
@property(copy) NSData *memoryGraphData; // @synthesize memoryGraphData=_memoryGraphData;
@property(copy) NSData *diagnosticReportData; // @synthesize diagnosticReportData=_diagnosticReportData;
@property(retain) XCSynthesizedEventRecord *synthesizedEvent; // @synthesize synthesizedEvent=_synthesizedEvent;
@property(copy) NSArray *elementsOfInterest; // @synthesize elementsOfInterest=_elementsOfInterest;
@property(retain) id/*XCElementSnapshot*/ *snapshot; // @synthesize snapshot=_snapshot;
@property(copy) NSData *screenImageData; // @synthesize screenImageData=_screenImageData;
@property BOOL hasSubactivities; // @synthesize hasSubactivities=_hasSubactivities;
@property(copy) NSDate *start; // @synthesize start=_start;
@property(copy) NSDate *finish; // @synthesize finish=_finish;
@property(copy) NSUUID *uuid; // @synthesize uuid=_uuid;
@property(copy) NSString *title; // @synthesize title=_title;
@property(readonly) double duration;
- (id)init;
@end