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

18 lines
294 B
C
Raw Normal View History

2022-08-03 17:27:15 -07:00
//
// MBIMVersionOperation.h
// kordophoned
//
// Created by James Magahern on 8/3/22.
// Copyright © 2022 James Magahern. All rights reserved.
//
#import "MBIMBridgeOperation.h"
NS_ASSUME_NONNULL_BEGIN
@interface MBIMVersionOperation : MBIMBridgeOperation
@end
NS_ASSUME_NONNULL_END