mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 09:22:33 +00:00
17 lines
308 B
Objective-C
17 lines
308 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;
|
|
|
|
#endif
|