// // CatchMediaButtons.h // VKPC // // Created by Eugene on 10/22/14. // Copyright (c) 2014 Eugene Z. All rights reserved. // #import #import "AppleRemote.h" @interface CatchMediaButtons : NSObject //+ (id)shared; + (void)start; + (void)stop; @end