Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MKDistinguishedNameParser.h « src - github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff9cbda42f770648bc2e28757512bd80201cd839 (plain)
1
2
3
4
5
6
7
// Copyright 2012 The MumbleKit Developers. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

@interface MKDistinguishedNameParser : NSObject
+ (NSDictionary *) parseName:(NSData *)dn;
@end