mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
14 lines
391 B
Objective-C
14 lines
391 B
Objective-C
//
|
|
// ShareExtensionConstants.m
|
|
// Joplin
|
|
//
|
|
// Created by Duncan Cunningham on 2/6/21.
|
|
// Copyright © 2021 joplinapp.org. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
NSString* const ShareExtensionGroupIdentifier = @"group.net.cozic.joplin";
|
|
NSString* const ShareExtensionShareURL = @"joplin://shareData";
|
|
NSString* const ShareExtensionShareDataFilename = @"shareData";
|