luxlabs header browser preview


@class NSUUID, NSArray;

@interface _HDLocationInsertionJournalEntry : HDJournalEntry {
    NSUUID *_seriesIdentifier;
    NSArray *_data;
}

+ (BOOL)supportsSecureCoding;
+ (void)applyEntries:(id)a0 withProfile:(id)a1;

- (void)encodeWithCoder:(id)a0;
- (id)description;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;

@end