blob: 20051599eb6619eaf0151dffae8b0a6efcc078f7 [file] [log] [blame]
//
// WXTimelineTypes.h
// PonyDebuggerDerivedSources
//
// Generated on 8/23/12
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.
//
#import "WXObject.h"
#import "WXDebugger.h"
#import "WXDynamicDebuggerDomain.h"
// Timeline record contains information about the recorded activity.
@interface WXTimelineTimelineEvent : WXObject
// Event type.
// Type: string
@property (nonatomic, strong) NSString *type;
// Event data.
// Type: object
@property (nonatomic, strong) NSDictionary *data;
// Nested records.
// Type: array
@property (nonatomic, strong) NSArray *children;
@end