18 lines
318 B
Objective-C
18 lines
318 B
Objective-C
//
|
|
// MBIMAuthenticateOperation.h
|
|
// MBIMAuthenticateOperation
|
|
//
|
|
// Created by James Magahern on 7/6/21.
|
|
// Copyright © 2021 James Magahern. All rights reserved.
|
|
//
|
|
|
|
#import "MBIMBridgeOperation.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface MBIMAuthenticateOperation : MBIMBridgeOperation
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|