Skip to main content
Glama
XCActivityRecord.h1.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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mobile-dev-inc/Maestro'

If you have feedback or need assistance with the MCP directory API, please join our Discord server