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

MUCertificateCreationView.h « Classes « Source - github.com/mumble-voip/mumble-iphoneos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c58acc86d2d2aae87b560dfbb403857af27d1f1 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2009-2010 The 'Mumble for iOS' Developers. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

#import <UIKit/UIKit.h>

@interface MUCertificateCreationView : UITableViewController
- (id) init;
- (void) dealloc;
@end