luxlabs header browser preview


@class NSMutableArray;
@protocol NSCopying, NSObject, AXUIService;

@interface AXUIServiceContext : NSObject

@property (retain, nonatomic) id<AXUIService> service;
@property (copy, nonatomic) id<NSObject, NSCopying> serviceIdentifier;
@property (retain, nonatomic) NSMutableArray *clientMessengers;
@property (readonly, nonatomic) unsigned long long clientsCount;

- (unsigned long long)_indexOfClientWithIdentifier:(id)a0;
- (id)clientMessengerWithIdentifier:(id)a0;
- (id)initWithService:(id)a0 serviceIdentifier:(id)a1;
- (void).cxx_destruct;
- (void)enumerateClientsUsingBlock:(id /* block */)a0;
- (BOOL)hasClientWithIdentifier:(id)a0;
- (void)addClientWithIdentifier:(id)a0 connection:(id)a1;
- (void)removeClientWithIdentifier:(id)a0;

@end