Files
MacPass/MacPass/MPConstants.h
2016-11-07 19:32:38 +01:00

20 lines
414 B
Objective-C

//
// MPConstants.h
// MacPass
//
// Created by Michael Starke on 09.06.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#ifndef MacPass_MPConstants_h
#define MacPass_MPConstants_h
#import <Foundation/Foundation.h>
FOUNDATION_EXPORT NSString *const MPPasteBoardType;
FOUNDATION_EXPORT NSString *const MPKdbDocumentUTI;
FOUNDATION_EXPORT NSString *const MPKdbxDocumentUTI;
#endif