luxlabs header browser preview


@protocol NSObject, NSCopying;

@interface PXSectionedObjectReference : NSObject <NSCopying>

@property (readonly, copy, nonatomic) id<NSObject, NSCopying> sectionObject;
@property (readonly, copy, nonatomic) id<NSObject, NSCopying> itemObject;
@property (readonly, copy, nonatomic) id<NSObject, NSCopying> subitemObject;
@property (readonly, nonatomic) struct PXSimpleIndexPath { long long dataSourceIdentifier; long long section; long long item; long long subitem; } indexPath;
@property (readonly, copy, nonatomic) id<NSObject, NSCopying> leafObject;

- (id)init;
- (unsigned long long)hash;
- (id)description;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)initWithSectionObject:(id)a0 itemObject:(id)a1 subitemObject:(id)a2 indexPath:(struct PXSimpleIndexPath { long long x0; long long x1; long long x2; long long x3; })a3;

@end