luxlabs header browser preview


@class NSString, NSDictionary, SBSDebugInterface;
@protocol SVXPerforming;

@interface SVXServiceCommandHandlerUIShowRequestHandlingStatus : NSObject <SVXSessionActivityListening, SVXServiceCommandHandling> {
    BOOL _shouldShowStatus;
    NSDictionary *_statusLEDCommands;
    SBSDebugInterface *_debugInterface;
    id<SVXPerforming> _performer;
}

@property (class, readonly, nonatomic) Class supportedCommandClass;

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;
@property (readonly, nonatomic) NSString *identifier;

- (void).cxx_destruct;
- (void)_clearLEDs;
- (void)handleCommand:(id)a0 withContext:(id)a1 taskTracker:(id)a2 completion:(id /* block */)a3;
- (id)initWithSessionManager:(id)a0 performer:(id)a1;
- (BOOL)isCommandUUFR:(id)a0;
- (void)sessionDidResignActiveWithDeactivationContext:(id)a0;

@end