mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-28 03:51:17 +02:00
7 lines
195 B
Objective-C
7 lines
195 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface CredentialsRequest : NSObject <NSURLSessionDelegate, NSURLSessionTaskDelegate> {
|
|
}
|
|
|
|
- (void) confirmCredentials:(NSString*)username :(NSString*)password;
|
|
@end
|