Files
MacPass/MacPass/MPPluginConstants.h
2018-03-08 21:42:38 +01:00

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 */