luxlabs header browser preview


@class NSString, COClusterRoleMonitor;

@interface COClusterRoleMonitorClientInterfaceMediator : NSObject <COClusterRoleMonitorClientInterface>

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

- (void).cxx_destruct;
- (id)initWithClusterRoleMonitor:(id)a0;
- (void)membersWithRole:(id)a0 inCluster:(id)a1 didChangeTo:(id)a2;
- (void)roleOfMember:(id)a0 inCluster:(id)a1 didChangeTo:(id)a2;
- (void)snapshotOfCluster:(id)a0 didChangeTo:(id)a1;

@end