comment. removing header import.
This commit is contained in:
parent
98ddd3331d
commit
4ba0e3adfb
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user