mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 21:09:33 +00:00
Searching for a workaround for NSOpenPanel validation bug
This commit is contained in:
17
MacPass/KPKFormat+MPUTIDetection.h
Normal file
17
MacPass/KPKFormat+MPUTIDetection.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// KPKFormat+MPUTIDetection.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 19/11/14.
|
||||
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import "KPKFormat.h"
|
||||
|
||||
@interface KPKFormat (MPUTIDetection)
|
||||
|
||||
- (NSString *)typeForData:(NSData *)data;
|
||||
|
||||
- (NSString *)typeForContentOfURL:(NSURL *)url;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user