#ifndef MODULE_H
#define MODULE_H

#include <node.h>
#include <nan.h>

#import <Foundation/Foundation.h>
#import <objc/runtime.h>
#include <string>

#include "MediaPlayer/MPNowPlayingInfoCenter.h"
#include "MediaPlayer/MPRemoteCommandCenter.h"
#include "MediaPlayer/MPRemoteCommand.h"
#include "MediaPlayer/MPMediaItem.h"
#include "MediaPlayer/MPRemoteCommandEvent.h"

#import "service.h"

#endif