mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 08:12:28 +00:00
17 lines
340 B
Objective-C
17 lines
340 B
Objective-C
//
|
|
// MPPluginConstants.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 29.11.17.
|
|
// Copyright © 2017 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#ifndef MPPluginConstants_h
|
|
#define MPPluginConstants_h
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
FOUNDATION_EXPORT NSString *const MPPluginFileExtension;
|
|
|
|
#endif /* MPPluginConstants_h */
|