Private
Public Access
1
0

adds /resolveHandle for resolving handles

This commit is contained in:
James Magahern
2024-10-01 19:52:21 -07:00
parent 58c84f6472
commit b7312bccb9
4 changed files with 244 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
//
// MBIMResolveHandleOperation.h
// kordophoned
//
// Created by James Magahern on 10/1/24.
// Copyright © 2024 James Magahern. All rights reserved.
//
#import "MBIMBridgeOperation.h"
NS_ASSUME_NONNULL_BEGIN
@interface MBIMResolveHandleOperation : MBIMBridgeOperation
@end
NS_ASSUME_NONNULL_END