//
//  RCTRemoteControlEvent.h
//  RCTOMPlayer
//
//  Created by chenguanglv on 2017/9/20.
//  Copyright © 2017年 Anren. All rights reserved.
//

#ifndef RCTRemoteControlEvent_h
#define RCTRemoteControlEvent_h

#define EVENT_REMOTE_CONTROL_PLAY @"EVENT_REMOTE_CONTROL_PLAY"
#define EVENT_REMOTE_CONTROL_PAUSE @"EVENT_REMOTE_CONTROL_PAUSE"
#define EVENT_REMOTE_CONTROL_PREV @"EVENT_REMOTE_CONTROL_PREV"
#define EVENT_REMOTE_CONTROL_NEXT @"EVENT_REMOTE_CONTROL_NEXT"

#endif /* RCTRemoteControlEvent_h */
