luxlabs header browser preview


@class NSString, NSMutableDictionary;

@interface PXStoryMovieHighlightsConcreteCollection : NSObject <PXStoryMovieHighlightsCollection, NSCopying, NSMutableCopying> {
    NSMutableDictionary *_highlightsByAssetId;
}

@property (readonly, nonatomic) long long count;
@property (readonly, nonatomic) NSString *diagnosticDescription;

- (id)init;
- (id)description;
- (void).cxx_destruct;
- (id)debugDescription;
- (id)mutableCopyWithZone:(struct _NSZone { } *)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)movieHighlightsForDisplayAsset:(id)a0;

@end