@class NSArray; @interface MXCallStackTree : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (readonly) NSArray *callStackThreads; @property (readonly) BOOL callStackPerThread; - (id)JSONRepresentation; - (void)encodeWithCoder:(id)a0; - (void).cxx_destruct; - (id)toDictionary; - (id)initWithCoder:(id)a0; - (id)initWithThreadArray:(id)a0 aggregatedByProcess:(BOOL)a1; @end