Private
Public Access
1
0

Started working on new conversation / address validation

This commit is contained in:
James Magahern
2021-07-08 13:46:10 -07:00
parent 7a3303da06
commit d814c2e4f6
4 changed files with 113 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
//
// MBIMAliasValidationOperation.h
// MBIMAliasValidationOperation
//
// Created by James Magahern on 7/8/21.
// Copyright © 2021 James Magahern. All rights reserved.
//
#import "MBIMBridgeOperation.h"
NS_ASSUME_NONNULL_BEGIN
@interface MBIMAliasValidationOperation : MBIMBridgeOperation
@end
NS_ASSUME_NONNULL_END