luxlabs header browser preview


@class NSMutableDictionary, NSDictionary, SUCoreLog, NSObject;
@protocol OS_dispatch_queue;

@interface SUCoreAnalyticsEventSubmitter : NSObject {
    NSMutableDictionary *_events;
    NSObject<OS_dispatch_queue> *_stateQueue;
}

@property (readonly, retain, nonatomic) NSDictionary *events;
@property (retain, nonatomic) SUCoreLog *eventSubmitterLogger;

- (id)init;
- (void)submitAllEvents;
- (void)submitEventsWithName:(id)a0;
- (void)removeAllEvents;
- (void)_queue_removeEventsWithName:(id)a0;
- (void)submitEvent:(id)a0;
- (void)_queue_submitEventsWithName:(id)a0;
- (void)_queue_removeEvent:(id)a0;
- (void).cxx_destruct;
- (void)_queue_setEvent:(id)a0;
- (void)_queue_removeAllEvents;
- (void)_queue_submitAllEvents;
- (void)removeEvent:(id)a0;
- (void)_queue_registerSendEvent:(id)a0;
- (void)removeEventsWithName:(id)a0;
- (void)setEvent:(id)a0;
- (void)_queue_submitEvent:(id)a0;

@end