Private
Public Access
1
0

Attachment uploading support

This commit is contained in:
James Magahern
2019-01-16 14:17:31 -08:00
parent 6aaa2ff5b3
commit 90775ebbba
4 changed files with 106 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
//
// MBIMUploadAttachmentOperation.h
// kordophoned
//
// Created by James Magahern on 1/16/19.
// Copyright © 2019 James Magahern. All rights reserved.
//
#import "MBIMBridgeOperation.h"
NS_ASSUME_NONNULL_BEGIN
@interface MBIMUploadAttachmentOperation : MBIMBridgeOperation
@end
NS_ASSUME_NONNULL_END