aboutsummaryrefslogtreecommitdiff
path: root/VKPC/CatchMediaButtons.h
diff options
context:
space:
mode:
Diffstat (limited to 'VKPC/CatchMediaButtons.h')
-rw-r--r--VKPC/CatchMediaButtons.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/VKPC/CatchMediaButtons.h b/VKPC/CatchMediaButtons.h
new file mode 100644
index 0000000..e1a1a30
--- /dev/null
+++ b/VKPC/CatchMediaButtons.h
@@ -0,0 +1,18 @@
+//
+// CatchMediaButtons.h
+// VKPC
+//
+// Created by Eugene on 10/22/14.
+// Copyright (c) 2014 Eugene Z. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "AppleRemote.h"
+
+@interface CatchMediaButtons : NSObject
+
+//+ (id)shared;
++ (void)start;
++ (void)stop;
+
+@end