mirror of
https://github.com/mas-cli/mas
synced 2024-12-11 20:52:35 +00:00
37 lines
992 B
Objective-C
37 lines
992 B
Objective-C
//
|
|
// Generated by class-dump 3.5 (64 bit).
|
|
//
|
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
|
//
|
|
|
|
#import "NSObject.h"
|
|
|
|
#import "NSXPCListenerDelegate.h"
|
|
|
|
@class NSArray, NSLock, NSMutableArray, NSString;
|
|
|
|
@interface ISServiceDelegate : NSObject <NSXPCListenerDelegate>
|
|
{
|
|
NSLock *_clientsLock;
|
|
NSMutableArray *_clients;
|
|
NSString *_serviceName;
|
|
}
|
|
|
|
+ (Class)clientInterfaceClass;
|
|
+ (id)sharedInstance;
|
|
@property(readonly) NSArray *clients; // @synthesize clients=_clients;
|
|
- (void).cxx_destruct;
|
|
- (void)client:(id)arg1 didInvalidationConnection:(id)arg2;
|
|
- (void)client:(id)arg1 didInterruptConnection:(id)arg2;
|
|
- (BOOL)listener:(id)arg1 shouldAcceptNewConnection:(id)arg2;
|
|
- (id)initWithServiceName:(id)arg1;
|
|
- (id)init;
|
|
|
|
// Remaining properties
|
|
@property(readonly, copy) NSString *debugDescription;
|
|
@property(readonly, copy) NSString *description;
|
|
@property(readonly) unsigned long long hash;
|
|
@property(readonly) Class superclass;
|
|
|
|
@end
|
|
|