mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 18:42:24 +00:00
18 lines
336 B
Objective-C
18 lines
336 B
Objective-C
//
|
|
// KPKFormat+MPUTIDetection.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 19/11/14.
|
|
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import "KeePassKit/KeePassKit.h"
|
|
|
|
@interface KPKFormat (MPUTIDetection)
|
|
|
|
- (NSString *)typeForData:(NSData *)data;
|
|
|
|
- (NSString *)typeForContentOfURL:(NSURL *)url;
|
|
|
|
@end
|