luxlabs header browser preview


@class NSMutableDictionary;

@interface PXDisplayAssetCountsByPlaybackStyle : NSObject <NSCopying> {
    NSMutableDictionary *_countsByPlaybackStyle;
}

@property (readonly, nonatomic) long long totalCount;

- (id)init;
- (unsigned long long)hash;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (void)addPlaybackStyle:(long long)a0;
- (long long)countForPlaybackStyle:(long long)a0;
- (void)enumerateCountsUsingBlock:(id /* block */)a0;
- (id)initWithAssetFetchResult:(id)a0;
- (id)initWithCountsByPlaybackStyle:(id)a0;
- (void)setCount:(long long)a0 forPlaybackStyle:(long long)a1;

@end