UNPKG

284 Btext/x-cView Raw
1// Copyright © 2018 650 Industries. All rights reserved.
2
3#import <UMCore/UMExportedModule.h>
4#import <UMCore/UMModuleRegistryConsumer.h>
5#import <UIKit/UIKit.h>
6
7@interface EXSharingModule : UMExportedModule <UMModuleRegistryConsumer, UIDocumentInteractionControllerDelegate>
8@end