mirror of
https://github.com/mas-cli/mas
synced 2025-01-12 20:08:47 +00:00
15 lines
484 B
C
15 lines
484 B
C
|
//
|
||
|
// Generated by class-dump 3.5 (64 bit).
|
||
|
//
|
||
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
||
|
//
|
||
|
|
||
|
@class ISDialog;
|
||
|
|
||
|
@protocol ISUIServiceClientRemoteObject
|
||
|
- (void)serviceDismissDialog:(ISDialog *)arg1 withExitCode:(long long)arg2;
|
||
|
- (void)serviceDisplayDialog:(ISDialog *)arg1 withServiceDelegate:(id <ISDialogDelegate>)arg2 replyBlock:(void (^)(long long, ISSignInPromptResponse *))arg3;
|
||
|
- (void)serviceDisplayDialog:(ISDialog *)arg1;
|
||
|
@end
|
||
|
|