12 lines
165 B
Plaintext
12 lines
165 B
Plaintext
|
[
|
||
|
explicit_handle,
|
||
|
strict_context_handle
|
||
|
]
|
||
|
interface IUserProfile {
|
||
|
}
|
||
|
|
||
|
interface IProfileDialog {
|
||
|
[async] ErrorDialog();
|
||
|
[async] SlowLinkDialog();
|
||
|
}
|