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

github.com/mumble-voip/mumble-iphoneos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Classes/MUServerTableViewCell.h')
-rw-r--r--Source/Classes/MUServerTableViewCell.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/Classes/MUServerTableViewCell.h b/Source/Classes/MUServerTableViewCell.h
new file mode 100644
index 0000000..bd7577b
--- /dev/null
+++ b/Source/Classes/MUServerTableViewCell.h
@@ -0,0 +1,7 @@
+// Copyright 2014 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.
+
+@interface MUServerTableViewCell : UITableViewCell
+- (id) initWithReuseIdentifier:(NSString *)reuseIdentifier;
+@end