luxlabs header browser preview


@class NSArray, NSMutableArray;

@interface HMEPendingEventsCollection : NSObject

@property (retain, nonatomic) NSMutableArray *mutableEventItems;
@property (readonly, copy, nonatomic) NSArray *eventItems;

- (id)init;
- (void).cxx_destruct;
- (id)initWithEvents:(id)a0;
- (void)addEventInfo:(id)a0;
- (void)combinePreviousEvents:(id)a0;
- (unsigned long long)eventInfoMaxSizeInBytes:(id)a0;
- (BOOL)hasEventItem;
- (id)popEventItemsUpWithFragments:(BOOL)a0 toSizeInBytes:(unsigned long long)a1 usedBytes:(unsigned long long *)a2;
- (void)resetItems;

@end