Searching for a workaround for NSOpenPanel validation bug

This commit is contained in:
michael starke
2014-11-19 23:21:45 +01:00
parent 19b5a69ff1
commit 8fca8e5cf7
5 changed files with 77 additions and 3 deletions

View 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