luxlabs header browser preview


@interface AWDCoreRoutineLocationAwarenessBasicHistogram : PBCodable <NSCopying> {
    struct { int *list; unsigned long long count; unsigned long long size; } _counts;
}

@property (readonly, nonatomic) unsigned long long countsCount;
@property (readonly, nonatomic) int *counts;

- (void)clearCounts;
- (unsigned long long)hash;
- (void)dealloc;
- (void)setCounts:(int *)a0 count:(unsigned long long)a1;
- (BOOL)readFrom:(id)a0;
- (void)writeTo:(id)a0;
- (int)countAtIndex:(unsigned long long)a0;
- (id)description;
- (id)dictionaryRepresentation;
- (void)copyTo:(id)a0;
- (BOOL)isEqual:(id)a0;
- (void)addCount:(int)a0;
- (void)mergeFrom:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end