comment. removing header import.

This commit is contained in:
Kevin G Christiano 2021-04-12 11:04:45 -04:00
parent 98ddd3331d
commit 4ba0e3adfb

View File

@ -11,14 +11,13 @@
#import <MVMCore/MVMCoreActionDelegateProtocol.h> #import <MVMCore/MVMCoreActionDelegateProtocol.h>
#import <MVMCore/MVMCoreLoadDelegateProtocol.h> #import <MVMCore/MVMCoreLoadDelegateProtocol.h>
#import <MVMCore/MVMCorePresentationDelegateProtocol.h> #import <MVMCore/MVMCorePresentationDelegateProtocol.h>
#import <ContactsUI/ContactsUI.h>
@class DelegateObject; @class DelegateObject;
extern NSString * _Nonnull const KeyActionType; extern NSString * _Nonnull const KeyActionType;
extern NSString * _Nonnull const KeyActionTypeLinkAway; extern NSString * _Nonnull const KeyActionTypeLinkAway;
extern NSString * _Nonnull const KeyActionTypeOpen; extern NSString * _Nonnull const KeyActionTypeOpen;
@interface MVMCoreActionHandler : NSObject <CNContactViewControllerDelegate, CNContactPickerDelegate> @interface MVMCoreActionHandler : NSObject
/// Returns the shared action handler /// Returns the shared action handler
+ (nullable instancetype)sharedActionHandler; + (nullable instancetype)sharedActionHandler;