mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 08:12:28 +00:00
14 lines
387 B
Objective-C
14 lines
387 B
Objective-C
//
|
|
// MPConstants.m
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 09.06.13.
|
|
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import "MPConstants.h"
|
|
|
|
NSString *const MPPasteBoardType = @"com.hicknhack.macpass.pasteboard";
|
|
NSString *const MPKdbDocumentUTI = @"com.hicknhack.macpass.kdb";
|
|
NSString *const MPKdbxDocumentUTI = @"com.hicknhack.macpass.kdbx";
|