mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
17 lines
419 B
C
17 lines
419 B
C
//
|
|
// ShareExtensionConstants.h
|
|
// Joplin
|
|
//
|
|
// Created by Duncan Cunningham on 2/6/21.
|
|
// Copyright © 2021 joplinapp.org. All rights reserved.
|
|
//
|
|
|
|
#ifndef ShareExtensionConstants_h
|
|
#define ShareExtensionConstants_h
|
|
|
|
extern NSString* const ShareExtensionGroupIdentifier;
|
|
extern NSString* const ShareExtensionShareURL;
|
|
extern NSString* const ShareExtensionShareDataFilename;
|
|
|
|
#endif /* ShareExtensionConstants_h */
|