Private
Public Access
1
0
Files
Kordophone/server/kordophone/Bridge/Operations/MBIMAuthenticateOperation.h

18 lines
318 B
C
Raw Permalink Normal View History

//
// 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