luxlabs header browser preview


@class NSMutableArray;

@interface NPAverage : NSObject <NSSecureCoding>

@property (class, readonly) BOOL supportsSecureCoding;

@property (retain) NSMutableArray *samples;
@property unsigned long long size;
@property (readonly) unsigned long long average;
@property (readonly) BOOL isLastValid;
@property (readonly) BOOL isAnyValid;

- (id)shortDescription;
- (void)encodeWithCoder:(id)a0;
- (id)description;
- (void).cxx_destruct;
- (void)addSample:(unsigned long long)a0;
- (id)initWithCoder:(id)a0;
- (void)addSamples:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)initWithSampleSize:(unsigned long long)a0;

@end