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

github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/MumbleKit/MKCryptState.h')
-rw-r--r--src/MumbleKit/MKCryptState.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/MumbleKit/MKCryptState.h b/src/MumbleKit/MKCryptState.h
index 31c6f27..d66e848 100644
--- a/src/MumbleKit/MKCryptState.h
+++ b/src/MumbleKit/MKCryptState.h
@@ -30,10 +30,7 @@
struct MKCryptStatePrivate;
-@interface MKCryptState : NSObject {
- @private
- struct MKCryptStatePrivate *_priv;
-}
+@interface MKCryptState : NSObject
- (id) init;
- (void) dealloc;