Private
Public Access
1
0

versionoperation: don't require auth

This commit is contained in:
2022-08-03 19:55:04 -07:00
parent e5b78d62f0
commit ba8f76f4bd

View File

@@ -21,6 +21,11 @@ const char* MBIMVersion() {
+ (void)load { [super load]; } + (void)load { [super load]; }
+ (BOOL)requiresAuthentication
{
return NO;
}
+ (NSString *)endpointName + (NSString *)endpointName
{ {
return @"version"; return @"version";