Private
Public Access
1
0

Organize everything into operations

This commit is contained in:
James Magahern
2018-11-13 12:29:15 -08:00
parent 7a3dee7073
commit ce7e6e7dd8
10 changed files with 354 additions and 106 deletions

View File

@@ -0,0 +1,17 @@
//
// MBIMSendMessageOperation.h
// kordophoned
//
// Created by James Magahern on 11/13/18.
// Copyright © 2018 James Magahern. All rights reserved.
//
#import "MBIMBridgeOperation.h"
NS_ASSUME_NONNULL_BEGIN
@interface MBIMSendMessageOperation : MBIMBridgeOperation
@end
NS_ASSUME_NONNULL_END